get_sig_cr: Get significant CRs

Description Usage Arguments Details Value Author(s) Examples

View source: R/correlated_regions.R

Description

Get significant CRs

Usage

1
get_sig_cr(cr, fdr, meth_diff)

Arguments

cr

correlated regions

fdr

cutoff for FDRs

meth_diff

cutoff for methylation difference

Details

When there is no or only one subgroup, the filtering is cr$corr_fdr <= fdr & cr$meth_IQR >= meth_diff, while when there is more than one subgroups, the filtering is cr$corr_fdr <= fdr & cr$meth_anova_fdr <= fdr & cr$meth_diameter >= meth_diff.

Value

Significant CRs. cr_reduce can be used to reduce number of regions.

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.