Description Usage Arguments Details Value Author(s) Examples
View source: R/correlated_regions_global_vis.R
Compare cutoff for determining significant correlated regions
1 2 | sig_cr_compare_cutoff(cr, txdb, fdr_cutoff = c(0.1, 0.05, 0.01),
meth_diff_cutoff = c(0, 0.1, 0.2, 0.3))
|
cr |
correlated regions, should be returned by |
txdb |
transcriptome annotation which was used in |
fdr_cutoff |
a list of cutoffs to compare |
meth_diff_cutoff |
a list of cutoffs to compare. If there are no subgroup information or only one subgroup, |
It simply plots how correlated signals are enriched at extended gene regions for negative correlated regions and positive correlated regions under different combination of cutoffs. The basic rule for selecting the cutoffs is they should not be too loose while the pattern of the enrichment (on tss/gene body) should still be obvious.
No value is returned.
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.