CLARITY: Standard Generic Function ALIGN-CHARTS

Generic function ALIGN-CHARTS

Package:

CLARITY

Syntax:

  align-charts 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:

The generic function align-charts aligns two datasets, given their timecourse data ids. 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. The function returns a hash table containing alignments hashed by score.

Known Methods:

  •   align-charts (cl-handle clarity-handle) (timecourse-id-1 integer) (timecourse-id-2 integer)
      

Examples:

cl-prompt: (clarity:align-charts cl-handle 6 8)
  

Affected By:

None.

Exceptional Situations:

None.

See Also:

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

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-26
    Completed description.