View source: R/experiment_naming.R
cellLineNames | 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()
,
cellTypeNames()
,
conditionNames()
,
fractionNames()
,
inhibitorNames()
,
libNames()
,
mainNames()
,
repNames()
,
stageNames()
,
tissueNames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.