E3LoadPlateConfig: Load sample information from csv files.

Description Usage Arguments

Description

This function reads one or more csv files and concatenates them into a single data frame. The function assumes the files contain certain columns, and ignore all others.

Usage

1
2
3
4
E3LoadPlateConfig(filelist, columns = c("Sample", "Group", "RefGroup",
  "ExpectedSig", "Stimulus", "Lane", "Plate.96well", "Row.96well",
  "Column.96well", "RNA.concentration.ng.ul", "X260.280", "X260.230",
  "Library.concentration.ng.ul", "ERCC"))

Arguments

filelist

- character vector representing filenames. Function reads tables from each file and merges them into one data frame.

columns

- character vector representing columns in the input files to use in the outpu


tkonopka/ExpCube documentation built on May 31, 2019, 3:44 p.m.