normfinder | R Documentation |
Analyze a data set for gene expression stability with the NormFinder algorithm
normfinder(data, group = TRUE, ctVal = FALSE, pStabLim = 0.3,
sample = "sample", gene = "gene", groups = "group", cq = "cq")
data |
A data frame with sample,gene and group identifier and expression values. Expression values can be raw Cq or on linear scale. |
ctVal |
Logical, TRUE if raw Cq values |
pStabLim |
numeric value on stability threshold. |
sample |
Character specifies the column name of sample identifiers (default == "sample") |
gene |
Character specifies the column name of gene identifiers (default == "gene") |
groups |
Logical, if TRUE, the function will consider grouping variables |
cq |
Character specifies the column of cq-/expression-values |
groups |
Character specifies the column name of group identifiers |
person("Claus", " Lindbjerg Andersen", role = "aut")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.