Description Usage Arguments Details Value Examples
List and load resources from ExperimentHub filtered by package name and optional search terms.
1 2  | listResources(hub, package, filterBy = character())
loadResources(hub, package, filterBy = character())
 | 
hub | 
 A   | 
package | 
 A   | 
filterBy | 
 A   | 
Currently listResources and loadResources are only meaningful
for ExperimentHub objects.
listResources returns a character vector; 
loadResources returns a list of data objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17  | ## Not run: 
## Packages with resources hosted in ExperimentHub:
require(ExperimentHub)
eh <- ExperimentHub()
unique(package(eh))
## All resources associated with the 'GSE62944' package:
listResources(eh, "GSE62944")
## Resources associated with the 'curatedMetagenomicData' package
## filtered by 'plaque.abundance':
listResources(eh, "curatedMetagenomicData", "plaque.abundance")
## 'loadResources()' returns a list of the data objects:
loadResources(eh, "curatedMetagenomicData", "plaque.abundance")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.