import_qiime_sample_data | R Documentation |
sample_data
file from QIIME pipeline.QIIME produces several files that can be analyzed in the phyloseq-package, This includes the map-file, which is an important input to QIIME that can also indicate sample covariates. It is converted naturally to the sample_data component data type in phyloseq-package, based on the R data.frame.
import_qiime_sample_data(mapfilename)
mapfilename |
(Required). A character string or connection.
That is, any suitable |
See import_qiime
for more information about QIIME. It is also the
suggested function for importing QIIME-produced data files.
A sample_data
object.
import
merge_phyloseq
phyloseq
import_qiime
import_qiime_otu_tax
import_env_file
mapfile <- system.file("extdata", "master_map.txt", package = "phyloseq") import_qiime_sample_data(mapfile)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.