recipeHub | R Documentation |
recipeHub
class, constructor, and methods.
recipeHub(BFC)
recipeHub(BFC)
## S4 method for signature 'recipeHub'
show(object)
## S4 method for signature 'recipeHub,ANY,ANY,ANY'
x[i]
recipeNames(object)
BFC |
A BiocFileCache object created for recipe and recipes. |
object |
The |
x |
The |
i |
The integer index of the |
recipeHub: a recipeHub
object.
[: A recipeHub
object that was subsetted.
recipeNames: the recipe names for the recipeHub
object.
rcps <- recipeSearch(c("gencode"))
## rcp1 <- rcps[1]
## recipeNames(rcp1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.