From 0afaf31043934fbbde1e07b375da91e8867bc5bd Mon Sep 17 00:00:00 2001 From: Tuomas Borman <60338854+TuomasBorman@users.noreply.github.com> Date: Wed, 5 Feb 2025 16:53:36 +0200 Subject: [PATCH] Fix help() (#660) --- inst/pages/import.qmd | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/inst/pages/import.qmd b/inst/pages/import.qmd index 3ee06c9c..aad94a75 100644 --- a/inst/pages/import.qmd +++ b/inst/pages/import.qmd @@ -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