addGRanges | R Documentation |
Add a GenomicRanges dataset to OGREDataSet
addGRanges(OGREDataSet, dataSet, type, label = NULL)
OGREDataSet |
An OGREDataSet |
dataSet |
A GRanges object. Each region needs chromosome, start, end and
strand information. A unique ID and a name column must be present in the
|
type |
Type of dataSet, must be either query or subject. If query the dataSet will be added as query and at the first position of OGREDataSet. |
label |
A |
OGREDataSet.
myOGRE <- OGREDataSet() myGRanges <- makeExampleGRanges() myOGRE <- addGRanges(myOGRE,myGRanges,"query")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.