recipeHub-class: recipeHub

recipeHubR Documentation

recipeHub

Description

recipeHub class, constructor, and methods.

Usage

recipeHub(BFC)

recipeHub(BFC)

## S4 method for signature 'recipeHub'
show(object)

## S4 method for signature '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)

rworkflow/ReUseData documentation built on Dec. 7, 2023, 11 p.m.