Description Usage Arguments Details Value Author(s) Examples
Enrichment of cr to other genomic features
1 | cr_overlap_to_genomic_features(cr, gf_list, species = NULL, chromosome = paste0("chr", 1:22))
|
cr |
filtered correlated regions from |
gf_list |
a list of |
species |
species |
chromosome |
a vector of chromosomes |
There will be two plots generates:
Fold change for the intersection of genomic features to correlated regions compared to whole genome.
Intersection between genomic features and correlated regions
A list of two matrix:
a matrix with how much each genomic feature that is overlapped by correlated regions
a matrix with total number of base pairs of each genomic feature that is overlapped by correlated 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.