Create_treatInfo | R Documentation |
Function for treatInfo
Create_treatInfo(
cutFC = NULL,
cutFDR = 0.05,
label = c("Down", "Stable", "Up"),
label_ns = "Stable",
sigCol = c("#2874C5", "grey", "#f87669"),
sigAlpha = c(1, 0.5, 1),
sigSize = c(0.6, 0.5, 0.6),
sigShape = 16
)
cutFC |
a numeric or list. Threshold of logFC for finding significantly different genes. |
cutFDR |
a numeric. Threshold of Pvalue for finding significantly different genes. |
label |
a character vector. Name for every group |
label_ns |
a character. Name of no signification group |
sigCol |
a character vector. sigColor of every group |
sigAlpha |
a numeric vector. transparency for every group |
treatInfo
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.