Description Usage Arguments Details Value
extract annotations from a GenomicAnnotations object for a set of regions specified as a GenomicRegions object
1 2 3 4 5 6 | # GenomicRegionsAnnotate(.Object1, .Object2,
# AnnotationsHeaders=NULL, sep.character="; ",
# complete.inclusion=FALSE, annotationAsRange=FALSE,
# getJustFeaturesNumber=FALSE)
GenomicRegionsAnnotate(.Object1, .Object2, ...)
|
.Object1 |
An object of class GenomicRegions |
.Object2 |
An object of class GenomicAnnotations |
... |
See below
|
The annotation features overlapping the input genomic regions are used to add optional annotations field to the GenomicRegions object.
If previous optional annotations fields are present, they are preserved as well in the output object
A GenomicRegions object with optionalAnnotations
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.