Generic function TREE-INSERT
Package:
CLARITY
Syntax:
tree-insert cl-handle timecourse-data-id
Arguments and Values:
cl-handle
---a clarity-handle
timecourse-data-id
---an integer
Description:
The generic function tree-insert inserts new data into the phylogenetic tree. It takes two parameters, clarity-handle, which identifies the clarity database; and timecourse-data-id, the id of the new data to be inserted. It calls the recursive function tree-insert-recursive after creating a new tree node for the data.
Known Methods:
-
tree-insert (cl-handle clarity-handle) (timecourse-data-id integer)
Examples:
cl-prompt: (clarity:tree-insert cl-handle 7)
Affected By:
None.
Exceptional Situations:
None.
See Also:
Notes:
None.
News
News in chronological order, most recent on top.
- 2006-07-26
Completed description.
© 2006, Samantha Kleinberg, all rights reserved.