Skip to content

Commit

Permalink
Merge pull request #27 from 3mmaRand/omics-03-fixes-and-volcanos
Browse files Browse the repository at this point in the history
fix mouse volcano
  • Loading branch information
3mmaRand authored Oct 30, 2023
2 parents 22722c0 + ad00242 commit 3bd23b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omics/week-5/workshop.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -936,9 +936,9 @@ vol <- prog_hspc_results |>
geom_point() +
geom_hline(yintercept = -log10(0.05),
linetype = "dashed") +
geom_vline(xintercept = 1,
geom_vline(xintercept = 2,
linetype = "dashed") +
geom_vline(xintercept = -1,
geom_vline(xintercept = -2,
linetype = "dashed") +
scale_x_continuous(expand = c(0, 0)) +
scale_y_continuous(expand = c(0, 0)) +
Expand Down

0 comments on commit 3bd23b3

Please sign in to comment.