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