pump {biocViews}R Documentation

interpolate topics in a package-view association

Description

interpolate topics in a package-view association

Usage

pump(viewlist, vocab, root="vocRoot")

Arguments

viewlist viewlist
vocab vocab
root root

Details

If T is a hypernym of S and package P is associated with task S, P should also be associated with task T. This function assures this.

Value

a revised view list

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(sep05)
pump(list(DifferentialExpression="limma"),sep05)

[Package biocViews version 0.2.0 Index]