DesignContrast contains information for comparing the native protein sequence to designed protein sequence. And output the compare resultes to a special formated file which can be used for statistics calculations.
More...
#include <DesignContrast.hh>
DesignContrast contains information for comparing the native protein sequence to designed protein sequence. And output the compare resultes to a special formated file which can be used for statistics calculations.
◆ DesignContrast()
core::io::sequence_comparation::DesignContrast::DesignContrast |
( |
| ) |
|
|
inline |
◆ ~DesignContrast()
virtual core::io::sequence_comparation::DesignContrast::~DesignContrast |
( |
| ) |
|
|
inlinevirtual |
default de-constructor
References clear().
◆ clear()
void core::io::sequence_comparation::DesignContrast::clear |
( |
| ) |
|
◆ getListNames() [1/2]
vector1< utility::file::FileName > & core::io::sequence_comparation::DesignContrast::getListNames |
( |
| ) |
|
◆ getListNames() [2/2]
vector1< utility::file::FileName > const & core::io::sequence_comparation::DesignContrast::getListNames |
( |
| ) |
const |
◆ getNeighbors() [1/2]
vector1< int > & core::io::sequence_comparation::DesignContrast::getNeighbors |
( |
| ) |
|
Get number of neighbors for all residues in pose.
◆ getNeighbors() [2/2]
vector1< int > const & core::io::sequence_comparation::DesignContrast::getNeighbors |
( |
| ) |
const |
◆ getPdbCodes() [1/2]
vector1< std::string > & core::io::sequence_comparation::DesignContrast::getPdbCodes |
( |
| ) |
|
◆ getPdbCodes() [2/2]
vector1< std::string > const & core::io::sequence_comparation::DesignContrast::getPdbCodes |
( |
| ) |
const |
◆ getPdbNames() [1/2]
vector1< utility::file::FileName > & core::io::sequence_comparation::DesignContrast::getPdbNames |
( |
| ) |
|
◆ getPdbNames() [2/2]
vector1< utility::file::FileName > const & core::io::sequence_comparation::DesignContrast::getPdbNames |
( |
| ) |
const |
◆ getSecStruct() [1/2]
vector1< std::string > & core::io::sequence_comparation::DesignContrast::getSecStruct |
( |
| ) |
|
Get secondary structure for all residues in pose.
◆ getSecStruct() [2/2]
vector1< std::string > const & core::io::sequence_comparation::DesignContrast::getSecStruct |
( |
| ) |
const |
◆ output_sqc_file()
void core::io::sequence_comparation::DesignContrast::output_sqc_file |
( |
pose::Pose & |
native_pose, |
|
|
pose::Pose & |
decoy_pose, |
|
|
std::string const & |
single_code, |
|
|
std::ofstream & |
sqc |
|
) |
| |
◆ setNames()
void core::io::sequence_comparation::DesignContrast::setNames |
( |
| ) |
|
Get pdb file names from the pdb list files.
Copied the major parts of this function from Andrew. Read the lines of the list files and store the pdb names in pdb_file_names.
◆ setNeighbors()
void core::io::sequence_comparation::DesignContrast::setNeighbors |
( |
pose::Pose & |
pose | ) |
|
◆ setPdbCodes()
void core::io::sequence_comparation::DesignContrast::setPdbCodes |
( |
| ) |
|
◆ setSecStruct()
void core::io::sequence_comparation::DesignContrast::setSecStruct |
( |
pose::Pose & |
pose | ) |
|
◆ list_file_names_
utility::vector1<utility::file::FileName> core::io::sequence_comparation::DesignContrast::list_file_names_ |
|
private |
◆ nneighbs_
utility::vector1<int> core::io::sequence_comparation::DesignContrast::nneighbs_ |
|
private |
◆ pdb_codes_
utility::vector1<std::string> core::io::sequence_comparation::DesignContrast::pdb_codes_ |
|
private |
◆ pdb_file_names_
utility::vector1<utility::file::FileName> core::io::sequence_comparation::DesignContrast::pdb_file_names_ |
|
private |
◆ secstructs_
utility::vector1<std::string> core::io::sequence_comparation::DesignContrast::secstructs_ |
|
private |
The documentation for this class was generated from the following files: