loadMeta | 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'.
loadPhenoData
dataDirectory <- system.file("extdata", package="metagenomeSeq")
lung = loadMeta(file.path(dataDirectory,"CHK_NAME.otus.count.csv"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.