[.gMatrix | R Documentation |
Overloads subset operator for gMatrix. Allows subsetting of gMatrix via index. Also, allows for data.table style queries on gMatrix GRangesList and corresponding metadata.
## S3 method for class 'gMatrix'
obj[i = NULL, j = NULL, with = TRUE, drop = FALSE, full = FALSE]
obj |
gMatrix object This is the gMatrix object to be subset |
i |
integer, logical, or expression in gMatrix metadata used to subset gMatrix |
A new gMatrix 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.