recipeHub class, constructor, and methods.
Usage
recipeHub(BFC)
recipeHub(BFC)
# S4 method for recipeHub
show(object)
# S4 method for recipeHub,ANY,ANY,ANY
[(x, i)
recipeNames(object)Arguments
- BFC
A BiocFileCache object created for recipe and recipes.
- object
The
recipeHubobject- x
The
recipeHubobject- i
The integer index of the
recipeHubobject
Value
recipeHub: a recipeHub object.
[: A recipeHub object that was subsetted.
recipeNames: the recipe names for the recipeHub object.
Examples
rcps <- recipeSearch(c("gencode"))
## rcp1 <- rcps[1]
## recipeNames(rcp1)