cr_add_subtype_specificity: Add subtype specificity columns in CR

Description Usage Arguments Details Value Author(s) Examples

View source: R/correlated_regions.R

Description

Add subtype specificity columns in CR

Usage

1
cr_add_subtype_specificity(cr, cutoff = 0.05, suffix = "_ss")

Arguments

cr

correlated regions

cutoff

cutoff for p-values of ANOVA test

suffix

suffix of column names

Details

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.

Value

A GRanges object

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2
# There is no example
NULL

jokergoo/epik documentation built on Sept. 28, 2019, 9:20 a.m.