CLARITY: Standard Generic Function NEEDLEMAN-WUNSCH

Generic function NEEDLEMAN-WUNSCH

Package:

CLARITY

Syntax:

  needleman-wunsch string-1 string-2
  

Arguments and Values:

string-1---a string

string-2---a string

Description:

The generic function needleman-wunsch uses the Needleman Wunsch algorithm to align two strings and then returns their alignment score. It takes two parameters string-1 and string-2, the strings to be aligned.

Known Methods:

  •   needleman-wunsch (string-1 string) (string-2 string)
      

Examples:

cl-prompt: (clarity:needleman-wunsch "UDUUID" "UUDDID")
  cl-prompt: -2

Affected By:

SCORE

Exceptional Situations:

None.

See Also:

SCORE-PAIR
SCORE-PAIR-CONSENSUS
ALIGN-CHARTS
ALIGN-TO-CONSENSUS

Notes:

None.


News

News in chronological order, most recent on top.

  • 2006-07-26
    Completed description.