packAssoc {biocViews} | R Documentation |
interactive interface for associating R packages with vocabulary terms
packAssoc(packlist, vocGraph, root="vocRoot")
packlist |
packlist – vector of packagenames |
vocGraph |
vocGraph – graph encoding a vocabulary |
root |
root – root node of vocabulary |
prompting occurs using tcltk widgets
a list with package information
Vince Carey <stvjc@channing.harvard.edu>
if (interactive()) { data(bcVoc) packAssoc("Biobase", bcVoc) }