Description Usage Arguments Details Value Author(s) See Also Examples
Each genomic location of object is checked for overlapping with
genomic ranges of regions. In case of an overlapping, this
genomic location is marked as TRUE, or with the identifier of
respective the regions object (if any).
1 | annotateGRanges(object, regions, name, regionInfo)
|
object |
A |
regions |
A |
name |
A string specifying the name of the metadata
column with the overlapping information to be added to
|
regionInfo |
OPTIONAL: A string or integer specifying the metadata column
column of |
If multiple ranges of regions overlap with a genomic
region in object, the identifier names of the overlapping regions
are seperated by ','.
A GRanges object similar to object containing an
additional metadata column with the overlapping information.
Katja Hebestreit
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.