View source: R/tidy_normfinder.R
tidy_normfinder | R Documentation |
Analyze a data set for gene expression stability with the NormFinder algorithm
tidy_normfinder(data, group = TRUE, sample = "sample", gene = "gene",
groups = "group", expression = "expression", log = FALSE)
data |
A data frame with sample, gene and group (optional) identifier and expression values. Expression values can be raw Cq or on linear scale. |
group |
Logical, if TRUE, the function will consider a grouping variable |
sample |
Character Column name for the sample identifiers |
gene |
Character Column name of the gene identifiers |
groups |
Character Column name of the group identifiers |
expression |
Character Name of column containing expression values |
log |
Logical if TRUE the function will consider expression values to be on a log scale |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.