Generic function GET-CONSENSUS-TERMS
Package:
CLARITY
Syntax:
get-consensus-terms cl-handle node-id term-name sequence
Arguments and Values:
cl-handle
---a clarity-handle
node-id
---an integer
Description:
The generic function get-consensus-terms gets the corresponding consensus terms from the database for a node in the tree. It takes two parameters, clarity-handle, which identifies the clarity database; and node-id, the integer id of the tree node for which to find the terms. It returns a list of the ontology terms that are in the consensus.
Known Methods:
-
get-consensus-terms (cl-handle clarity-handle) (node-id integer)
Examples:
cl-prompt: (clarity:get-consensus-terms cl-handle 7) cl-prompt: '("Apoptosis" "M phase of mitotic cell cycle" "pathogenesis")
Affected By:
None.
Exceptional Situations:
None.
BUILD-CONSENSUS
GET-CONSENSUS-TERMS
None.
Notes:
None.
News
News in chronological order, most recent on top.
- 2006-07-26
Completed description.
© 2006, Samantha Kleinberg, all rights reserved.