A GRanges object created with makeGenomicState.
It can be either the genomicState$fullGenome or
genomicState$codingGenome component.
annotate
If TRUE then the regions are annotated by the genomic
state. Otherwise, only the overlaps between the regions and the genomic
states are computed.
...
Arguments passed to other methods and/or advanced arguments.
Value
A list with elements countTable and annotationList
(only if annotate=TRUE).
countTable
This is a data.frame with the number of overlaps from the
regions vs the genomic states with one type per column. For example, if
fullOrCoding='full' then the columns are exon,
intragenic and intron.
annotationList
This is a GRangesList with the genomic states
that overlapped with the regions. The
names of this GRangesList correspond to the region index in
regions.
Details
You might want to specify arguments such as minoverlap to control
how the overlaps are determined. See findOverlaps for further
details.