Generic function GET-NODE-TERMS
Package:
CLARITY
Syntax:
get-node-terms node-id
Arguments and Values:
node-id
---an integer
Description:
The generic function get-node-terms gets all of the terms associated with a tree node in the phylogenetic tree. It takes one parameter, node-id, the unique identifier of the node in the tree and returns the terms associated with the node. These terms will be part of the dataset associated with the node if it is a leaf or part of the consensus sequence associated with the node if it is internal.
Known Methods:
-
get-node-terms (node-id integer)
Examples:
cl-prompt: (clarity:get-node-terms 6) cl-prompt: ("cell death" "M phase" "mitotic anaphase A")
Affected By:
None.
Exceptional Situations:
None.
See Also:
None
Notes:
None.
News
News in chronological order, most recent on top.
- 2006-07-26
Completed description.
© 2006, Samantha Kleinberg, all rights reserved.