read_qza: read the qza file, output of qiime2.

Description Usage Arguments Value Examples

View source: R/method-io.R

Description

the function was designed to read the ouput of qiime2.

Usage

1
read_qza(qzafile, parallel = FALSE)

Arguments

qzafile

character, the format of file should be one of 'BIOMV210DirFmt', 'TSVTaxonomyDirectoryFormat', 'NewickDirectoryFormat' and 'DNASequencesDirectoryFormat'.

parallel

logical, whether parsing the taxonomy by multi-parallel, efault is FALSE.

Value

list contained one or multiple object of feature table, taxonomy table, tree and represent sequences.

Examples

1
2
3
4
otuqzafile <- system.file("extdata", "table.qza",
                          package="MicrobiotaProcess")
otuqza <- read_qza(otuqzafile)
str(otuqza)

MicrobiotaProcess documentation built on April 18, 2021, 6 p.m.