Description Usage Arguments Value Examples
Discover what data source types are available in the specific Hub
| 1 | discoverData(hub, fileType = types())
 | 
| hub | A hub object, either AnnotationHub or ExperimentHub. | 
| fileType | The type of file the user is intersted in exploring, e.g. 'BigWigFile'. | 
A tibble sorted in descending order.
| 1 2 3 | library(AnnotationHub)
ah = AnnotationHub()
discoverData(ah)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.