Skip to content

Commit

Permalink
rmd file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Insaynoah committed Jun 4, 2024
1 parent caf7146 commit 023ef09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/miaViz.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@ data(GlobalPatterns, package = "mia")

# Abundance plotting

in contrast to other fields of sequencing based fields of research for which
In contrast to other fields of sequencing based fields of research for which
expression of genes is usually studied, microbiome research uses the more
term ~Abundance~ to described the numeric data measured and analyzed.
Technically, especially in context of `SummarizedExperiment` objects, there is
no difference. Therefore `plotExpression` can be used to plot `Abundance` data..
no difference. Therefore `plotExpression` can be used to plot `Abundance` data of a particular feature.

```{r}
plotExpression(GlobalPatterns,
Expand Down

0 comments on commit 023ef09

Please sign in to comment.