| stageNames {ORFik} | 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(),
conditionNames(),
fractionNames(),
inhibitorNames(),
libNames(),
mainNames(),
repNames(),
tissueNames()