ranges2names | R Documentation |
Intersection of genomic ranges
ranges2names(rangesA, rangesB)
rangesA |
A |
rangesB |
A second |
This private (non-exported) function intersects two genomic ranges and for each element of the first object returns the name of the elements of the second object that it intersects with.
A Rle
factor of same length as the rangesA
GRanges
object, indicating one name or a semicolon-separated list of names from
the each rangesB
object. The levels are in order of appearance to
to maintain genomic coordinate sort order when the names are cluster names.
Charles Plessy
Other CAGEr annotation functions:
annotateCTSS()
,
plotAnnot()
,
ranges2annot()
,
ranges2genes()
names(exampleZv9_annot) <- exampleZv9_annot$gene_name
CAGEr:::ranges2names(CTSScoordinatesGR(exampleCAGEexp), exampleZv9_annot)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.