createInstrumentalTable {erah}R Documentation

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

## 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)

[Package erah version 2.0.1 Index]