CLARITY: Standard Generic Function BUILD-CONSENSUS

Generic function BUILD-CONSENSUS

Package:

CLARITY

Syntax:

  build-consensus cl-handle data-left data-right
  

Arguments and Values:

cl-handle---a clarity-handle

data-left---an integer

data-right---an integer

Description:

The generic function build-consensus takes two nodes, computes their consensus sequence, and then stores it in the database. It takes three parameters, clarity-handle, which identifies the clarity database; data-left, which may be either a timecourse_id or a consensus id and sdata-right, which is a timecourse id.

Known Methods:

  •   build-consensus (cl-handle clarity-handle) (data-left integer) (data-right integer)
      

Examples:

cl-prompt: (clarity:build-consensus cl-handle 7 9)

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.