bpp-seq
2.2.0
|
A-Helix score for the Chou-Fasman algorithm of secondary structure prediction, according to http://prowl.rockefeller.edu/aainfo/chou.htm. More...
#include <Bpp/Seq/AlphabetIndex/AAChouFasmanAHelixIndex.h>
Public Member Functions | |
AAChouFasmanAHelixIndex () | |
virtual | ~AAChouFasmanAHelixIndex () |
AAChouFasmanAHelixIndex * | clone () const |
double | getIndex (int state) const throw (BadIntException) |
Get the index associated to a state. More... | |
double | getIndex (const std::string &state) const throw (BadCharException) |
Get the index associated to a state. More... | |
std::vector< double > * | getIndexVector () const |
const Alphabet * | getAlphabet () const |
Get the alphabet associated to this index. More... | |
Private Attributes | |
std::vector< double > | aHelix_ |
A-Helix score for the Chou-Fasman algorithm of secondary structure prediction, according to http://prowl.rockefeller.edu/aainfo/chou.htm.
Definition at line 54 of file AAChouFasmanAHelixIndex.h.
|
inline |
|
inlinevirtual |
Definition at line 87 of file AAChouFasmanAHelixIndex.h.
|
inlinevirtual |
Implements bpp::AlphabetIndex1.
Definition at line 89 of file AAChouFasmanAHelixIndex.h.
References AAChouFasmanAHelixIndex().
|
inlinevirtual |
Get the alphabet associated to this index.
Implements bpp::AlphabetIndex1.
Definition at line 105 of file AAChouFasmanAHelixIndex.h.
References bpp::AlphabetTools::PROTEIN_ALPHABET.
|
inlinevirtual |
Get the index associated to a state.
state | The state to consider, as a int value. |
Implements bpp::AlphabetIndex1.
Definition at line 92 of file AAChouFasmanAHelixIndex.h.
References aHelix_, and bpp::AlphabetTools::PROTEIN_ALPHABET.
|
inlinevirtual |
Get the index associated to a state.
state | The state to consider, as a string value. |
Implements bpp::AlphabetIndex1.
Definition at line 98 of file AAChouFasmanAHelixIndex.h.
References aHelix_, bpp::LetterAlphabet::charToInt(), and bpp::AlphabetTools::PROTEIN_ALPHABET.
|
inlinevirtual |
Implements bpp::AlphabetIndex1.
Definition at line 103 of file AAChouFasmanAHelixIndex.h.
References aHelix_.
|
private |
Definition at line 58 of file AAChouFasmanAHelixIndex.h.
Referenced by AAChouFasmanAHelixIndex(), getIndex(), and getIndexVector().