View source: R/experiment_naming.R
stageNames | R Documentation |
Used to standardize nomeclature for experiments.
Example: Find timepoints 2 hours, 4 hours etc.
Example: If using zebrafish stages as TRUE,
64Cell stage is same as 2 hours post fertilization,
so all 2hpf will be converted to 64Cell etc.
stageNames(zebrafish.stages = FALSE)
zebrafish.stages |
logical, FALSE. If true, convert time points to stages. |
a data.table with 2 columns, the main name, and all name variants of the main name in second column as a list.
https://www.mbl.edu/zebrafish/files/2013/03/Kimmel_stagingseries1.pdf
Other experiment_naming:
batchNames()
,
cellLineNames()
,
cellTypeNames()
,
conditionNames()
,
fractionNames()
,
inhibitorNames()
,
libNames()
,
mainNames()
,
repNames()
,
tissueNames()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.