Description Usage Arguments Value Author(s) See Also Examples
Gets the size, in number of genomic elements, of the specified annotation.
1 | rnb.annotation.size(type = "CpG", assembly = "hg19")
|
type |
Name of annotation. Control probe annotations are not accepted. |
assembly |
Genome assembly of interest. See |
integer
vector showing the number of elements the specified annotation contains per chromosome. The
names of the vector are the names of rnb.get.chromosomes
for the given genome assembly.
Chromosomes that are not covered by the annotation have their respective value set to 0
(zero).
Yassen Assenov
rnb.region.types
for a list of supported region annotations
1 2 | library(RnBeads.hg19)
rnb.annotation.size("probes450")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.