compute_slope | R Documentation |
This function is used to compute the slope of the gene passed as input
compute_slope(screenR_Object, genes, group_var)
screenR_Object |
The ScreenR object obtained using the
|
genes |
The genes for which the slope as to be computed. Those genes are the result of the three statistical methods selection |
group_var |
The variable to use as independent variable (x) for the linear model |
A tibble containing in each row the gene and the corresponding Slope
object <- get0("object", envir = asNamespace("ScreenR"))
compute_slope(object,
genes = c("Gene_42", "Gene_24"),
group_var = c("T1", "T2", "TRT")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.