Skip to content

Commit

Permalink
switch list of input types to numbered
Browse files Browse the repository at this point in the history
  • Loading branch information
d-callan committed Jun 26, 2024
1 parent f1e89d8 commit 0029c2b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

A suite of R packages containing all of the data from MicrobiomeDB.org, and tools for analyzing and visualizing the same. It also supports
importing data from the following formats:
* TreeSummarizedExperiment
* phyloseq
* BIOM
* QIIME2 output files
* Mothur output files
* dada2 output files
* HUMAnN output files
1. TreeSummarizedExperiment
2. phyloseq
3. BIOM
4. QIIME2 output files
5. Mothur output files
6. dada2 output files
7. HUMAnN output files

If you have questions or comments of any kind, join us on our [Discord Community Server](https://discord.gg/DEjNbxgq)! We'd love to hear from you.

Expand Down
14 changes: 7 additions & 7 deletions vignettes/user-data.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ library(MicrobiomeDB)
## Importing Data {#introduction}

The MicrobiomeDB package supports importing data from the following formats:
* [TreeSummarizedExperiment](#treesummarizedexperiment)
* [phyloseq](#phyloseq)
* [BIOM](#biom)
* [QIIME2 output files](#qiime2)
* [Mothur output files](#mothur)
* [dada2 output files](#dada2)
* [HUMAnN output files](#humann)
1. [TreeSummarizedExperiment](#treesummarizedexperiment)
2. [phyloseq](#phyloseq)
3. [BIOM](#biom)
4. [QIIME2 output files](#qiime2)
5. [Mothur output files](#mothur)
6. [dada2 output files](#dada2)
7. [HUMAnN output files](#humann)

For formats other than `TreeSummarizedExperiment` the [mia](https://bioconductor.org/packages/mia) package is also required. You can install it like:

Expand Down

0 comments on commit 0029c2b

Please sign in to comment.