Description Usage Arguments Details Value Author(s) Examples
View source: R/read_biom2phyloseq.R
Read biom and mapping files into a phyloseq-class
object.
1 2 3 4 5 6 | read_biom2phyloseq(
biom.file = NULL,
taxonomy.file = NULL,
metadata.file = NULL,
...
)
|
biom.file |
A biom file with '.biom' extension |
taxonomy.file |
NULL the latest version has taxonomic information within the biom |
metadata.file |
A simple metadata/mapping file with .csv extension |
... |
Arguments to pass for import_biom |
Biom file and mapping files will be converted to
phyloseq-class
.
phyloseq-class
object.
Sudarshan A. Shetty sudarshanshetty9@gmail.com
1 2 3 4 5 6 | p0 <- read_biom2phyloseq()
#biom.file <- qiita1629.biom"
#meta.file <- qiita1629_mapping.csv"
#p0 <- read_biom2phyloseq(biom.file = biom.file,
# metadata.file = meta.file,
# taxonomy.file = NULL)
|
Loading required package: phyloseq
Loading required package: ggplot2
microbiome R package (microbiome.github.com)
Copyright (C) 2011-2020 Leo Lahti,
Sudarshan Shetty et al. <microbiome.github.io>
Attaching package: ‘microbiome’
The following object is masked from ‘package:ggplot2’:
alpha
The following object is masked from ‘package:base’:
transform
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.