Skip to contents

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 recipeHub object

x

The recipeHub object

i

The integer index of the recipeHub object

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)