Description Usage Arguments Value Author(s) Examples
View source: R/differential_tests.R
Function to determine whether groups differ in variability
1 | differentialVariability(object, groups, parametric = TRUE)
|
object |
chromVARDeviations object |
groups |
either vector of groups or name of column in colData of object with grouop information |
parametric |
use parametric test. alternatively will use kruskal wallace |
data.frame with p value and adjusted p value
Alicia Schep
1 2 3 | # Load very small example results from computeDeviations
data(mini_dev, package = "chromVAR")
difvar <- differentialVariability(mini_dev, "Cell_Type")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.