Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman committed Oct 21, 2024
1 parent c01187f commit 1dff633
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vignettes/case_study.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ knitr::opts_chunk$set(

```{r}
#| label: setup
#| output: false
# List of packages that we need
packages <- c(
Expand Down Expand Up @@ -594,7 +595,7 @@ p <- plotExpression(
altExp(mae[[1]], "relevant"),
features = rownames(altExp(mae[[1]], "relevant")),
x = "mass_scaled",
assay.type = "counts",
assay.type = "standardize",
scales = "free"
) +
geom_smooth(method = "lm")
Expand Down

0 comments on commit 1dff633

Please sign in to comment.