loadMeta {metagenomeSeq} | R Documentation |
Load a matrix of OTUs in a tab delimited format
loadMeta(file, sep = "\t")
file |
Path and filename of the actual data file. |
sep |
File delimiter. |
A list with objects 'counts' and 'taxa'.
dataDirectory <- system.file("extdata", package="metagenomeSeq") lung = loadMeta(file.path(dataDirectory,"CHK_NAME.otus.count.csv"))