Description Usage Arguments Details Value Author(s) References
Subset method for GenoGAMList
1 2 3 4 5 6 7 8 9 10 |
x |
A GenoGAMList object. |
... |
Further arguments. Mostly a logical statement in case of the 'subset' function. Note that the columnnames for chromosomes and positions are: 'seqnames' and 'pos'. |
ranges, i |
A GRanges object. In case of subsetting by double brackets 'i' is the index of the tile. |
maxgap, minoverlap |
Intervals with a separation of 'maxgap' or less and a minimum of 'minoverlap' overlapping positions, allowing for 'maxgap', are considered to be overlapping. 'maxgap' should be a scalar, non-negative, integer. 'minoverlap' should be a scalar, positive integer. |
type |
By default, any overlap is accepted. By specifying the 'type'
parameter, one can select for specific types of overlap. The types correspond
to operations in Allen's Interval Algebra (see references in). If The |
invert |
If TRUE, keep only the query ranges that do _not_ overlap the subject. |
Those are various methods to subset the GenoGAMList object. By logical statement or GRanges overlap. The '[' subsetter is just a short version of 'subsetByOverlaps'.
A subsetted GenoGAMList object.
Georg Stricker georg.stricker@in.tum.de
Allen's Interval Algebra: James F. Allen: Maintaining knowledge about temporal intervals. In: Communications of the ACM. 26/11/1983. ACM Press. S. 832-843, ISSN 0001-0782
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.