View source: R/partition-plots.R
calcCumulativePartitionsRef | R Documentation |
This function is a wrapper for calcCumulativePartitions
that uses
built-in partitions for a given reference genome assembly.
calcCumulativePartitionsRef(query, refAssembly)
query |
A GenomicRanges or GenomicRangesList object with query regions |
refAssembly |
A character vector specifying the reference genome
assembly (*e.g.* 'hg19'). This will be used to grab chromosome sizes
with |
A data.frame indicating the number of query region overlaps in several genomic partitions.
calcCumulativePartitionsRef(vistaEnhancers, "hg19")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.