Import just 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.
mapfile <- system.file("extdata", "master_map.txt", package = "phyloseq") import_qiime_sample_data(mapfile)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.