LongTable build method from character
buildLongTable-character-method.Rd
LongTable Create a LongTable object from a single .csv file
Usage
# S4 method for character
buildLongTable(from, rowDataCols, colDataCols, assayCols)
Arguments
- from
character
Path to the .csv file containing the data and metadata from which to build theLongTable
.- rowDataCols
list
List with twocharacter
vectors, the first specifying one or more columns to be used as cell identifiers (e.g., cell-line name columns) and the second containing any additional metadata columns related to the cell identifiers.- colDataCols
list
List with twocharacter
vectors, the first specifying one or more columns to be used as column identifiers (e.g., drug name columns) and the second containing any additional metadata columns related to the column identifiers.- assayCols
list
A named list of character vectors specifying how to parse assay columns into a list ofdata.table
s. Each list data.table will be named for the name of corresponding list item and contain the columns specified in the character vector of column names in each list item.