createPhenoTable | R Documentation |
Create table containing sample meta information such as as sample ID and class.
createPhenoTable(files, cls)
files |
File paths to experiment samples. |
cls |
Character vector containing sample classes. |
Creates phenotype information table based on experiment sample file paths and sample classes. Columns containing further information can also be added to this.
newExp
createInstrumentalTable
## Not run:
library(gcspikelite)
data(targets)
files <- list.files(system.file('data',package = 'gcspikelite'),full.names = TRUE)
files <- files[sapply(files,grepl,pattern = 'CDF')]
phenotype <- createPhenoTable(files,as.character(targets$Group[order(targets$FileName)]))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.