Description Usage Arguments Value Author(s) Examples
Gets the mapping information used for a region type. These are structures used to map regions to the genomic loci (or Infinium probes) that target them.
1 | rnb.get.mapping(region.type, target.type, assembly = "hg19")
|
region.type |
Region type. The built-in types are |
target.type |
Target type for sites. |
assembly |
Genome assembly of interest. See |
list
of mapping structures, one per chromosome. Every mapping structure is an object of type
IRanges
and stores the range of indices of all sites contained in the respective region.
Regions that do not contain sites are left out of the mapping.
Yassen Assenov
1 2 | promoters2probes <- rnb.get.mapping("promoters", "probes450")
promoters2probes[["chr21"]]
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.