Description Usage Arguments Details Value Author(s) Examples
View source: R/correlated_regions.R
Add subtype specificity columns in CR
1 | cr_add_subtype_specificity(cr, cutoff = 0.05, suffix = "_ss")
|
cr |
correlated regions |
cutoff |
cutoff for p-values of ANOVA test |
suffix |
suffix of column names |
If subgroup
is set in correlated_regions
, this function can assign subtype specificity to each subtype.
We use following digits to represent subtype specificity: 1 is defined as the methylation is higher than all other subtypes and the difference is significant. -1 is defined as the methylation is lower than all other subtypes and the difference is significant. All the others are defined as 0.
A GRanges
object
Zuguang Gu <z.gu@dkfz.de>
1 2 | # There is no example
NULL
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.