makeVocInfo {biocViews} | R Documentation |
perform operations on a vocabulary graph to obtain context of a given topic
makeVocInfo(topic, vocab, root="vocRoot")
topic |
topic – character string naming a topic |
vocab |
vocab – a graph describing a vocabulary |
root |
root – node that is vocabulary root |
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
Vince Carey <stvjc@channing.harvard.edu>
data(bcVoc) makeVocInfo("DifferentialExpression", bcVoc)