Skip to content

Commit 4565fef

Browse files
stemangiolaCopilot
andauthored
Update posts/2025-11-04-introducing-omicslog/index.qmd
Co-authored-by: Copilot <[email protected]>
1 parent 216aca7 commit 4565fef

File tree

1 file changed

+1
-1
lines changed
  • posts/2025-11-04-introducing-omicslog

1 file changed

+1
-1
lines changed

posts/2025-11-04-introducing-omicslog/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ result <-
5151
filter(dex == "untrt") |>
5252
select(!albut) |>
5353
mutate(dex_upper = toupper(dex)) |>
54-
extract(col = dex,into = "treat") |>
54+
extract(col = dex, into = "treat") |>
5555
mutate(Run = tolower(Run)) |>
5656
filter(.feature == "ENSG00000000003") |>
5757
slice(3)

0 commit comments

Comments
 (0)