This file contains common utility functions used in the MSA project. More...
Functions | |
string | getFormat (string file, string name) |
Get format of the given file. | |
void | keepNonGapPositionsOfQuerySequence (vector< Sequence > &sequences) |
Remove gap positions of the query sequence from all sequences. | |
string | getAllowedLetters (Alphabet alphabet) |
Return all standard + non-standard + gap letters for the given alphabet. | |
string | getStandardLetters (Alphabet alphabet) |
Return standard letters of the given alphabet. | |
string | getNonStandardLetters (Alphabet alphabet) |
Return non-standard letters of the given alphabet. | |
This file contains common utility functions used in the MSA project.
string getAllowedLetters | ( | Alphabet | alphabet | ) |
Return all standard + non-standard + gap letters for the given alphabet.
gets the list of allowed letters for the provided input alphabet
alphabet |
string getFormat | ( | string | file, |
string | name ) |
Get format of the given file.
file | |
name |
string getNonStandardLetters | ( | Alphabet | alphabet | ) |
Return non-standard letters of the given alphabet.
gets the list of non-standard letters for the provided input alphabet
alphabet |
string getStandardLetters | ( | Alphabet | alphabet | ) |
Return standard letters of the given alphabet.
gets the list of standard letters for the provided input alphabet
alphabet |
void keepNonGapPositionsOfQuerySequence | ( | vector< Sequence > & | sequences | ) |
Remove gap positions of the query sequence from all sequences.
sequences |