OpenStructure
|
#include <contact_weight_matrix.hh>
Public Member Functions | |
ContactWeightMatrix () | |
ContactWeightMatrix (std::vector< std::vector< Real > >, std::vector< char >) | |
Data Fields | |
std::vector< std::vector< Real > > | weights |
std::vector< char > | aa_list |
std::map< char, int > | aa_dict |
int | naa_ |
matrix to weight pairs of amino-acids.
Definition at line 35 of file contact_weight_matrix.hh.
ContactWeightMatrix | ( | std::vector< std::vector< Real > > | , |
std::vector< char > | |||
) |
std::map<char,int> aa_dict |
Definition at line 38 of file contact_weight_matrix.hh.
std::vector<char> aa_list |
Definition at line 37 of file contact_weight_matrix.hh.
int naa_ |
Definition at line 39 of file contact_weight_matrix.hh.
std::vector<std::vector <Real> > weights |
Definition at line 36 of file contact_weight_matrix.hh.