Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Dec 5, 2023
2 parents ee3dc3b + 51449d6 commit c54d4fa
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 @@ -73,8 +73,8 @@ plotAbundance(GlobalPatterns, rank = "Kingdom", assay.type = "relabundance")
With subsetting to selected features the plot can be fine tuned.

```{r}
prev_phylum <- getPrevalentFeatures(GlobalPatterns, rank = "Phylum",
detection = 0.01)
prev_phylum <- getPrevalentTaxa(GlobalPatterns, rank = "Phylum",
detection = 0.01, onRankOnly = TRUE)
```

```{r}
Expand Down

0 comments on commit c54d4fa

Please sign in to comment.