Description Usage Arguments Value See Also Examples
View source: R/loadPhenoData.R
Load a matrix of metadata associated with a study.
1 | loadPhenoData(file, tran = TRUE, sep = "\t")
|
file |
Path and filename of the actual clinical file. |
tran |
Boolean. If the covariates are along the columns and samples along the rows, then tran should equal TRUE. |
sep |
The separator for the file. |
The metadata as a dataframe.
1 2 | dataDirectory <- system.file("extdata", package="metagenomeSeq")
clin = loadPhenoData(file.path(dataDirectory,"CHK_clinical.csv"),tran=TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.