bpp-seq
2.2.0
|
Percentage of amino acids having a Solvent Exposed Area between 10 and 30 Angström^2 for each type of amino acid, according to http://prowl.rockefeller.edu/aainfo/access.htm. More...
#include <Bpp/Seq/AlphabetIndex/AASEA1030Index.h>
Public Member Functions | |
AASEA1030Index () | |
virtual | ~AASEA1030Index () |
AASEA1030Index * | 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 > | sea1030_ |
Percentage of amino acids having a Solvent Exposed Area between 10 and 30 Angström^2 for each type of amino acid, according to http://prowl.rockefeller.edu/aainfo/access.htm.
Definition at line 52 of file AASEA1030Index.h.
|
inline |
|
inlinevirtual |
Definition at line 85 of file AASEA1030Index.h.
|
inlinevirtual |
Implements bpp::AlphabetIndex1.
Definition at line 87 of file AASEA1030Index.h.
References AASEA1030Index().
|
inlinevirtual |
Get the alphabet associated to this index.
Implements bpp::AlphabetIndex1.
Definition at line 103 of file AASEA1030Index.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 90 of file AASEA1030Index.h.
References bpp::AlphabetTools::PROTEIN_ALPHABET, and sea1030_.
|
inlinevirtual |
Get the index associated to a state.
state | The state to consider, as a string value. |
Implements bpp::AlphabetIndex1.
Definition at line 96 of file AASEA1030Index.h.
References bpp::LetterAlphabet::charToInt(), bpp::AlphabetTools::PROTEIN_ALPHABET, and sea1030_.
|
inlinevirtual |
Implements bpp::AlphabetIndex1.
Definition at line 101 of file AASEA1030Index.h.
References sea1030_.
|
private |
Definition at line 56 of file AASEA1030Index.h.
Referenced by AASEA1030Index(), getIndex(), and getIndexVector().