ClustalOWrapper Type
A wrapper to perform Clustal Omega alignment tasks
Constructors
Constructor | Description |
|
|
Instance members
Instance member | Description |
Full Usage:
this.AlignFromFile
Parameters:
Input
outputPath : string
parameters : ClustalParams seq
?name : string
|
|
Full Usage:
this.AlignSequences
Parameters:
TaggedSequence<string, char> seq
parameters : ClustalParams seq
?name : string
Returns: Alignment<TaggedSequence<string, char>, AlignmentInfo>
|
|