Rosetta
|
#include <ProteinResidueConformationFeatures.hh>
Public Member Functions | |
ProteinResidueConformationFeatures () | |
void | write_schema_to_db (utility::sql_database::sessionOP db_session) const override |
generate the table schemas and write them to the database More... | |
utility::vector1< std::string > | features_reporter_dependencies () const override |
return the set of features reporters that are required to also already be extracted by the time this one is used. More... | |
core::Size | report_features (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, StructureID struct_id, utility::sql_database::sessionOP db_session) override |
return string with class name More... | |
void | delete_record (StructureID struct_id, utility::sql_database::sessionOP db_session) override |
void | load_into_pose (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose, bool ideal) |
void | load_conformation (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose, bool ideal) |
std::string | type_name () const override |
![]() | |
FeaturesReporter () | |
~FeaturesReporter () override | |
Automatically generated virtual destructor for class deriving directly from VirtualBase. More... | |
virtual std::string | schema () const |
return sql statements that sets up the appropriate tables to contain the features. This should be removed once everything has been moved to the schema generator More... | |
core::Size | report_features (core::pose::Pose const &, StructureID, utility::sql_database::sessionOP) |
collect all the feature data for the pose. More... | |
virtual void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &) |
virtual void | load_into_pose (utility::sql_database::sessionOP, StructureID, core::pose::Pose &) |
void | set_relevant_residues_mode (RelevantResiduesMode::T setting) |
RelevantResiduesMode::T | get_relevant_residues_mode () const |
bool | check_relevant_residues (utility::vector1< bool > const &relevant_residues, core::Size res1) const |
bool | check_relevant_residues (utility::vector1< bool > const &relevant_residues, core::Size res1, core::Size res2) const |
bool | check_relevant_residues_range (utility::vector1< bool > const &relevant_residues, core::Size res1, core::Size res2) const |
bool | check_relevant_residues (utility::vector1< bool > const &relevant_residues, utility::vector1< core::Size > const &residues) const |
Static Public Member Functions | |
static std::string | class_name () |
static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Private Member Functions | |
void | check_num_requested_atoms (core::Size num_requested_atoms, core::Size pose_resNum, core::pose::Pose &pose, core::Size resNum, StructureID struct_id, utility::sql_database::sessionOP db_session) const |
void | set_coords_for_residues (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) |
void | set_coords_for_residue_from_compact_schema (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) |
Private Attributes | |
bool | compact_residue_schema_ |
Additional Inherited Members | |
![]() | |
std::string | find_tag (core::pose::Pose const &pose) const |
void | delete_records_from_table (std::string const &table_name, StructureID struct_id, utility::sql_database::sessionOP db_session) |
a helper function for deleting data associated with a given structure from feature database WARNING table_name must be sanitized! More... | |
![]() | |
RelevantResiduesMode::T | relevant_residues_mode_ |
protocols::features::ProteinResidueConformationFeatures::ProteinResidueConformationFeatures | ( | ) |
References compact_residue_schema_.
|
private |
|
static |
|
overridevirtual |
Reimplemented from protocols::features::FeaturesReporter.
References compact_residue_schema_.
|
overridevirtual |
return the set of features reporters that are required to also already be extracted by the time this one is used.
Reimplemented from protocols::features::FeaturesReporter.
void protocols::features::ProteinResidueConformationFeatures::load_conformation | ( | utility::sql_database::sessionOP | db_session, |
StructureID | struct_id, | ||
core::pose::Pose & | pose, | ||
bool | ideal | ||
) |
[in] | ideal | - Is the input structure ideal? If so, load backbone torsions into pose |
References compact_residue_schema_, core::pose::Pose::is_fullatom(), core::chemical::ResidueTypeBase::is_protein(), core::chemical::ResidueType::nchi(), core::scoring::omega, core::pose::Pose::residue_type(), core::pose::Pose::set_chi(), set_coords_for_residue_from_compact_schema(), set_coords_for_residues(), core::pose::Pose::set_omega(), core::pose::Pose::set_phi(), core::pose::Pose::set_psi(), core::pose::Pose::set_secstruct(), and protocols::features::TR().
Referenced by load_into_pose().
void protocols::features::ProteinResidueConformationFeatures::load_into_pose | ( | utility::sql_database::sessionOP | db_session, |
StructureID | struct_id, | ||
core::pose::Pose & | pose, | ||
bool | ideal | ||
) |
[in] | ideal | - Is the input structure ideal? |
References load_conformation().
|
static |
|
overridevirtual |
return string with class name
collect all the feature data for the pose
Implements protocols::features::FeaturesReporter.
References core::conformation::Residue::aa(), protocols::features::FeaturesReporter::check_relevant_residues(), core::conformation::Residue::chi(), compact_residue_schema_, core::pose::Pose::conformation(), protocols::simple_filters::coords(), core::pose::Pose::is_fullatom(), core::conformation::is_ideal_position(), core::conformation::Residue::mainchain_torsion(), core::conformation::Residue::natoms(), core::conformation::Residue::nchi(), core::chemical::num_canonical_aas, core::scoring::omega, core::pose::Pose::residue(), core::pose::Pose::secstruct(), protocols::features::serialize_residue_xyz_coords(), core::pose::Pose::size(), and core::conformation::Residue::xyz().
|
private |
References protocols::simple_filters::coords(), protocols::features::deserialize_xyz_coords(), and core::pose::Pose::set_xyz().
Referenced by load_conformation().
|
private |
This is a little complicated: PoseConformationFeatures: renumbers the pose then reports the relevant residues ResidueFeatures: doesn't renumber the pose and reports the relevant residues ProteinResidueConformationFeatures: don't renumber the pose but also only report features for (canonical) protein residues
This means that to reconstruct the pose conformation, first the conformations stored in residue_atom_coords must be aligned with residues table to get the appropriate gaps for non-canonical residues, then these need to be renumbered to align with the renumbered pose reported in PoseConformationFEatures
pose_resNum -> the numbering in the pose to be filled resNum -> the numbering in the residues table
References core::pose::Pose::batch_set_xyz(), check_num_requested_atoms(), protocols::simple_filters::coords(), and protocols::features::TR().
Referenced by load_conformation().
|
overridevirtual |
Reimplemented from protocols::features::FeaturesReporter.
References class_name().
|
overridevirtual |
generate the table schemas and write them to the database
Implements protocols::features::FeaturesReporter.
References compact_residue_schema_, and core::scoring::omega.
|
private |
Referenced by delete_record(), load_conformation(), ProteinResidueConformationFeatures(), report_features(), and write_schema_to_db().