Alignment Module
Basic structure and functionality for sequence alignments. Alignment functions can be found in the BioFSharp.Algorithm namespace.
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
createAlignment metaData sequences
Parameters:
'a
sequences : 'b seq
Returns: Alignment<'b, 'a>
|
|
|
|
|