addDataSetFromHub | R Documentation |
AnnotationHub offers a wide range of annotated datasets which can be manually
aquired but need some parsing to work with OGRE as detailed in vignette
section "Load datasets from AnnotationHub".
For convienence addDataSetFromHub()
adds one of the predefined human
dataSets of listPredefinedDataSets()
to a OGREDataSet.Those are taken from
AnnotationHub and are ready to use for OGRE. Additional information on
dataSets can be found here listPredefinedDataSets
.
addDataSetFromHub(OGREDataSet, dataSet, type)
OGREDataSet |
OGREDataSet |
dataSet |
|
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. |
OGREDataSet.
myOGRE <- OGREDataSet() myOGRE <- addDataSetFromHub(myOGRE,"protCodingGenes","query")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.