[.gPair | R Documentation |
Overloads subset operator for gPair. Allows subsetting of gPair via index. Also, allows for data.table style queries on gPair GRangesList and corresponding metadata.
## S3 method for class 'gPair'
obj[i, j, with = TRUE]
obj |
gPair object This is the gPair object to be subset |
i |
integer, logical, or expression in gPair metadata used to subset gPair |
A new gPair object that contains only the given id's
Marcin Imielinski
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.