CLARITY: Standard Generic Function SCORE-PAIR

Generic function SCORE-PAIR

Package:

CLARITY

Syntax:

  score-pair cl-handle timecourse-id-1 timecourse-id-2
  

Arguments and Values:

cl-handle---a cl-handle

timecourse-id-1---an integer

timecourse-id-2---an integer

Description:

Given two timecourse data ids, score-pair computes their alignment and returns the score. It takes three parameters, cl-handle, which preserves the session; and timecourse-id-1 and timecourse-id-2, which are the numerical ids identifying the timecourse datasets in the database.

Known Methods:

  •   score-pair (cl-handle clarity-handle) (timecourse-id-1 integer) (timecourse-id-2 integer)
      

Examples:

cl-prompt: (clarity:score-pair cl-handle 6 8)
  cl-prompt: 12

Affected By:

None.

Exceptional Situations:

None.

See Also:

ALIGN-CHARTS
SCORE-PAIR-CONSENSUS
ALIGN-TO-CONSENSUS
STRING-ALIGNMENT

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-26
    Completed description.