packAssoc {biocViews}R Documentation

interactive interface for associating R packages with vocabulary terms

Description

interactive interface for associating R packages with vocabulary terms

Usage

packAssoc(packlist, vocGraph, root="vocRoot")

Arguments

packlist packlist – vector of packagenames
vocGraph vocGraph – graph encoding a vocabulary
root root – root node of vocabulary

Details

prompting occurs using tcltk widgets

Value

a list with package information

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

if (interactive()) {
 data(bcVoc)
 packAssoc("Biobase", bcVoc)
}

[Package biocViews version 0.2.0 Index]