Learn R Programming

metagenomeSeq (version 1.14.0)

load_meta: Load a count dataset associated with a study.

Description

Load a matrix of OTUs in a tab delimited format

Usage

load_meta(file, sep = "\t")

Arguments

file
Path and filename of the actual data file.
sep
File delimiter.

Value

A list with objects 'counts' and 'taxa'.

See Also

load_phenoData

Examples

Run this code

dataDirectory <- system.file("extdata", package="metagenomeSeq")
lung = load_meta(file.path(dataDirectory,"CHK_NAME.otus.count.csv"))

Run the code above in your browser using DataLab