Clustal Module
Contains functions for reading clustal alignment files
Types
Type | Description |
Functions and values
Function or value | Description |
Full Usage:
hasClustalFileHeader alignment
Parameters:
Alignment<TaggedSequence<string, char>, AlignmentInfo>
Returns: bool
|
|
Full Usage:
ofFile path
Parameters:
string
Returns: Alignment<TaggedSequence<string, char>, AlignmentInfo>
|
|
Full Usage:
toFileWithOverWrite path alignment
Parameters:
string
alignment : Alignment<TaggedSequence<string, char>, AlignmentInfo>
|
|