Rosetta
|
#include <ResidueConformationFeatures.hh>
Public Member Functions | |
ResidueConformationFeatures () | |
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) override |
void | load_into_pose (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) override |
void | load_conformation (utility::sql_database::sessionOP db_session, StructureID struct_id, core::pose::Pose &pose) |
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 &) |
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 | set_coords_for_residue (utility::sql_database::sessionOP db_session, StructureID struct_id, core::Size seqpos, core::pose::Pose &pose) |
void | set_coords_for_residue_from_compact_schema (utility::sql_database::sessionOP db_session, StructureID struct_id, core::Size seqpos, 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::ResidueConformationFeatures::ResidueConformationFeatures | ( | ) |
References compact_residue_schema_.
|
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::ResidueConformationFeatures::load_conformation | ( | utility::sql_database::sessionOP | db_session, |
StructureID | struct_id, | ||
core::pose::Pose & | pose | ||
) |
References compact_residue_schema_, core::pose::Pose::is_fullatom(), core::chemical::ResidueTypeBase::is_protein(), core::scoring::omega, core::pose::Pose::residue_type(), core::pose::Pose::set_chi(), set_coords_for_residue(), set_coords_for_residue_from_compact_schema(), core::pose::Pose::set_omega(), core::pose::Pose::set_phi(), and core::pose::Pose::set_psi().
Referenced by load_into_pose().
|
overridevirtual |
Reimplemented from protocols::features::FeaturesReporter.
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::conformation::is_ideal_position(), core::conformation::Residue::is_ligand(), 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(), protocols::features::serialize_residue_xyz_coords(), core::pose::Pose::size(), and core::conformation::Residue::xyz().
|
private |
References protocols::simple_filters::coords(), and core::pose::Pose::set_xyz().
Referenced by load_conformation().
|
private |
References protocols::simple_filters::coords(), protocols::features::deserialize_xyz_coords(), and core::pose::Pose::set_xyz().
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(), report_features(), ResidueConformationFeatures(), and write_schema_to_db().