Skip to content

Commit

Permalink
Fix help() (#660)
Browse files Browse the repository at this point in the history
  • Loading branch information
TuomasBorman authored Feb 5, 2025
1 parent 407b20a commit 0afaf31
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions inst/pages/import.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ importing.

Specific import functions are provided for:

- BIOM files (see `help(mia::importBIOM)`)
- QIIME2 files (see `help(mia::importQIIME2)`)
- Mothur files (see `help(mia::importMothur)`)
- MetaPhlAn files (see `help(mia::importMetaPhlAn)`)
- HUMAnN files (see `help(mia::importHUMAnN)`)
- taxpasta files (see `help(mia::importTaxpasta)`)
- BIOM files (see `help(importBIOM, package = "mia")`)
- QIIME2 files (see `help(importQIIME2, package = "mia")`)
- Mothur files (see `help(importMothur, package = "mia")`)
- MetaPhlAn files (see `help(importMetaPhlAn, package = "mia")`)
- HUMAnN files (see `help(importHUMAnN, package = "mia")`)
- taxpasta files (see `help(importTaxpasta, package = "mia")`)

Here we show how [Biom files](https://biom-format.org/) are imported into
a `TreeSE` object using as an example Tengeler2020, which is further described
Expand Down

0 comments on commit 0afaf31

Please sign in to comment.