Description Usage Arguments Details Value Examples
Find common genomic regions across several samples
1 | common_regions(gr_list, min_width = 0, min_coverage = 1)
|
gr_list |
a list of |
min_width |
minimum width of the common regions |
min_coverage |
minimum cross-sample coverage for the common regions |
A common region is defined a region which at least i samples overlap with.
The output can be sent to subgroup_specific_genomic_regions
to find subgroup
specific regions.
a GRanges object contains coordinates of common regions. The columns in meta data are percent of the common region which is covered by regions in every sample.
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.