subsetGRanges | R Documentation |
Subsets a GRanges object with reference to it's ID column using a ID vector.
subsetGRanges(OGREDataSet, IDs, name)
OGREDataSet |
An OGREDataSet |
IDs |
|
name |
|
OGREDataSet.
myOGRE <- makeExampleOGREDataSet() myOGRE <- loadAnnotations(myOGRE) myOGRE <- subsetGRanges(myOGRE,c("ENSG00000142168","ENSG00000256715"),"genes")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.