Learn R Programming

metagenomeSeq (version 1.14.0)

load_metaQ: Load a count dataset associated with a study set up in a Qiime format.

Description

Load a matrix of OTUs in Qiime's format

Usage

load_metaQ(file)

Arguments

file
Path and filename of the actual data file.

Value

An list with 'counts' containing the count data, 'taxa' containing the otu annotation, and 'otus'.

See Also

load_meta load_phenoData

Examples

Run this code

# see vignette

Run the code above in your browser using DataLab