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