Learn R Programming

erah (version 2.0.1)

createInstrumentalTable: Create Instrumental Table

Description

Create table containing instrumental information such as sample IDs and file names.

Usage

createInstrumentalTable(files)

Arguments

files

File paths to experiment samples.

Details

Creates instrumental information table based on experiment sample file paths. Columns containing further information can also be added to this.

See Also

newExp createPhenoTable

Examples

Run this code
if (FALSE) {
library(gcspikelite)

files <- list.files(system.file('data',package = 'gcspikelite'),full.names = TRUE)
files <- files[sapply(files,grepl,pattern = 'CDF')]

instrumental <- createInstrumentalTable(files)
}

Run the code above in your browser using DataLab