Header menu logo BioFSharp

ClustalOWrapper Type

A wrapper to perform Clustal Omega alignment tasks

Constructors

Constructor Description

ClustalOWrapper(?rootPath)

Full Usage: ClustalOWrapper(?rootPath)

Parameters:
    ?rootPath : string

Returns: ClustalOWrapper
?rootPath : string
Returns: ClustalOWrapper

Instance members

Instance member Description

this.AlignFromFile

Full Usage: this.AlignFromFile

Parameters:

Runs clustalo tool with given input file paths and parameters and creates output file for given path

inputPath : Input
outputPath : string
parameters : ClustalParams seq
?name : string

this.AlignSequences

Full Usage: this.AlignSequences

Parameters:
Returns: Alignment<TaggedSequence<string, char>, AlignmentInfo>

Runs clustalo tool with given sequences and parameters and returns an alignment

input : TaggedSequence<string, char> seq
parameters : ClustalParams seq
?name : string
Returns: Alignment<TaggedSequence<string, char>, AlignmentInfo>

Type something to start searching.