getSampleColors | R Documentation |
Gets the sample colors from the experimental conditions.
getSampleColors(conds, colorNames = names(conds), hueStep = 0)
getSamplePch(conds, pchNames = names(conds))
getSampleLty(conds, ltyNames = names(conds), maxLineTypes = 5)
conds |
conditions obtained from |
colorNames |
a character vector containing the names for the colors. |
hueStep |
a numeric specifying the hue step for |
Returns a character vector containing colors in hex format.
getSamplePch
: Gets the sample pch from the experimental conditions.
getSampleLty
: Gets the sample line types from the experimental conditions.
Rehrauer, Hubert
Schmid, Peter
hsv
file = system.file("extdata/yeast_10k/dataset.tsv", package="ezRun", mustWork = TRUE)
ds = EzDataset$new(file=file, dataRoot=NULL)
cond = ezConditionsFromDataset(ds$meta)
getSampleColors(cond)
getSamplePch(cond)
getSampleLty(cond)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.