makeVocInfo {biocViews}R Documentation

perform operations on a vocabulary graph to obtain context of a given topic

Description

perform operations on a vocabulary graph to obtain context of a given topic

Usage

makeVocInfo(topic, vocab, root="vocRoot")

Arguments

topic topic – character string naming a topic
vocab vocab – a graph describing a vocabulary
root root – node that is vocabulary root

Details

tellSubTop gives the accessibility list of the vocabulary graph from topic node; tellSuperTop traces up to the root from topic node; makeVocInfo returns a list with both types of information

Author(s)

Vince Carey <stvjc@channing.harvard.edu>

Examples

data(bcVoc)
makeVocInfo("DifferentialExpression", bcVoc)

[Package biocViews version 0.2.0 Index]