loadMeta: Load a count dataset associated with a study.

View source: R/loadMeta.R

loadMetaR Documentation

Load a count dataset associated with a study.

Description

Load a matrix of OTUs in a tab delimited format

Usage

loadMeta(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

loadPhenoData

Examples


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


HCBravoLab/metagenomeSeq documentation built on March 17, 2024, 3:21 p.m.