Description Usage Arguments Details Value Author(s) Examples
View source: R/correlated_regions.R
Get significant CRs
1 | get_sig_cr(cr, fdr, meth_diff)
|
cr |
correlated regions |
fdr |
cutoff for FDRs |
meth_diff |
cutoff for methylation difference |
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
.
Significant CRs. cr_reduce
can be used to reduce number of regions.
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.