Generic function STORE-CONSENSUS-SEQUENCE
Package:
CLARITY
Syntax:
store-consensus-sequence cl-handle node-id term-name sequence
Arguments and Values:
cl-handle
---a clarity-handle
node-id
---an integer
term-name
---a string
sequence
---a string
Description:
The generic function store-consensus-sequence stores a consensus sequence and its identifying information in the database. It takes four parameters, clarity-handle, which identifies the clarity database; node-id, the integer id of the tree node the consensus sequence belongs to; term name, and sequence which is a gantt chart sequence.
Known Methods:
-
store-consensus-sequence (cl-handle clarity-handle) (node-id integer) (term-name string) (sequence string)
Examples:
cl-prompt: (clarity:store-consensus-sequence cl-handle 7 "apoptosis" "UDDIDN")
Affected By:
None.
Exceptional Situations:
None.
GANTTIFY
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.