| cellLineNames {ORFik} | R Documentation |
Used to standardize nomeclature for experiments.
Example: THP1 is main naming, but a variant is THP-1
THP-1 will then be renamed to THP1 (variables in R,
can not have - in them)
cellLineNames(convertToTissue = FALSE)
convertToTissue |
logical, FALSE. If TRUE, return tissue type. NONE is returned for general non-differentiated cell lines like 3T3. |
a data.table with 2 columns, the main name, and all name variants of the main name in second column as a list.
Other experiment_naming:
batchNames(),
conditionNames(),
fractionNames(),
inhibitorNames(),
libNames(),
mainNames(),
repNames(),
stageNames(),
tissueNames()