|
Rosetta 3.5
|
#include <HelixBundleFeatures.hh>


Public Member Functions | |
| HelixBundleFeatures () | |
| virtual std::string | type_name () const |
| virtual void | write_schema_to_db (utility::sql_database::sessionOP db_session) const |
| generate the table schemas and write them to the database More... | |
| virtual void | parse_my_tag (utility::tag::TagPtr const tag, protocols::moves::DataMap &data, protocols::filters::Filters_map const &, protocols::moves::Movers_map const &, core::pose::Pose const &pose) |
| utility::vector1< std::string > | features_reporter_dependencies () const |
| return the set of features reporters that are required to also already be extracted by the time this one is used. More... | |
| bool | valid_frag_set (std::set< HelicalFragmentOP > const &frag_set) |
| ensure that the set of fragments does not contain overlapping residues. More... | |
| bool | check_cap_distances (core::pose::Pose const &pose, utility::vector1< HelicalFragmentOP > const &frag_set) |
| virtual core::Size | report_features (core::pose::Pose const &pose, utility::vector1< bool > const &relevant_residues, boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_session) |
| collect all the feature data for the pose More... | |
| utility::vector1 < HelicalFragmentOP > | get_helix_fragments (boost::uuids::uuid struct_id, utility::sql_database::sessionOP db_session) |
| void | calc_pc_and_com (core::pose::Pose const &pose, HelicalFragmentOP fragment) |
| void | record_helix_sasas (core::pose::Pose const &pose, std::set< HelicalFragmentOP > const &frag_set) |
| create a bundle-pose from the combination of fragments and record the "interface" SASA for each helix against the rest of the bundle More... | |
| utility::vector1< FragmentPair > | get_helix_pairs (core::pose::Pose const &pose, utility::vector1< HelicalFragmentOP > helix_fragments) |
| void | calc_fa_energy (core::pose::Pose const &pose, FragmentPair &fragment_pair) |
| calculate the shared fa_attr for each pair of helices in the bundle More... | |
| void | calc_crossing_angles (core::pose::Pose const &pose, FragmentPair &fragment_pair) |
| calculate the crossing angles of the helix fragment in the bundle set More... | |
Public Member Functions inherited from protocols::features::FeaturesReporter | |
| virtual | ~FeaturesReporter () |
| Automatically generated virtual destructor for class deriving directly from ReferenceCount. 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 &, boost::uuids::uuid, utility::sql_database::sessionOP) |
| collect all the feature data for the pose. More... | |
| virtual void | load_into_pose (utility::sql_database::sessionOP, boost::uuids::uuid, core::pose::Pose &) |
| virtual void | delete_record (boost::uuids::uuid, utility::sql_database::sessionOP) |
Additional Inherited Members | |
Protected Member Functions inherited from protocols::features::FeaturesReporter | |
| std::string | find_tag (core::pose::Pose const &pose) const |
| void | delete_records_from_table (std::string const &table_name, boost::uuids::uuid 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... | |
Definition at line 55 of file HelixBundleFeatures.hh.
| protocols::features::helixAssembly::HelixBundleFeatures::HelixBundleFeatures | ( | ) |
Definition at line 79 of file HelixBundleFeatures.cc.
References core::scoring::getScoreFunction(), and scorefxn_.
| void protocols::features::helixAssembly::HelixBundleFeatures::calc_crossing_angles | ( | core::pose::Pose const & | pose, |
| FragmentPair & | fragment_pair | ||
| ) |
calculate the crossing angles of the helix fragment in the bundle set
Definition at line 404 of file HelixBundleFeatures.cc.
References calc_pc_and_com(), protocols::features::helixAssembly::FragmentPair::crossing_angle, protocols::features::helixAssembly::FragmentPair::fragment_1, protocols::features::helixAssembly::FragmentPair::fragment_2, core::pose::Pose::residue(), protocols::features::TR(), and core::conformation::Residue::xyz().
Referenced by get_helix_pairs().
| void protocols::features::helixAssembly::HelixBundleFeatures::calc_fa_energy | ( | core::pose::Pose const & | pose, |
| FragmentPair & | fragment_pair | ||
| ) |
calculate the shared fa_attr for each pair of helices in the bundle
Definition at line 355 of file HelixBundleFeatures.cc.
References core::graph::Node::const_upper_edge_list_begin(), core::graph::Node::const_upper_edge_list_end(), core::pose::Pose::energies(), core::scoring::Energies::energy_graph(), core::scoring::fa_atr, protocols::features::helixAssembly::FragmentPair::fa_attr, protocols::features::helixAssembly::FragmentPair::fa_fraction, protocols::features::helixAssembly::FragmentPair::fragment_1, protocols::features::helixAssembly::FragmentPair::fragment_2, core::graph::Graph::get_node(), and helix_size_.
Referenced by get_helix_pairs().
| void protocols::features::helixAssembly::HelixBundleFeatures::calc_pc_and_com | ( | core::pose::Pose const & | pose, |
| HelicalFragmentOP | fragment | ||
| ) |
Definition at line 627 of file HelixBundleFeatures.cc.
References core::conformation::Residue::atom(), protocols::geometry::center_of_mass(), core::pose::Pose::residue(), and core::conformation::Atom::xyz().
Referenced by calc_crossing_angles().
| bool protocols::features::helixAssembly::HelixBundleFeatures::check_cap_distances | ( | core::pose::Pose const & | pose, |
| utility::vector1< HelicalFragmentOP > const & | frag_set | ||
| ) |
Definition at line 586 of file HelixBundleFeatures.cc.
References core::conformation::Residue::atom(), core::sequence::end, helix_cap_dist_cutoff_, core::pose::Pose::residue(), protocols::loops::start, core::conformation::Atom::xyz(), and core::conformation::Residue::xyz().
|
virtual |
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.
Definition at line 88 of file HelixBundleFeatures.cc.
| utility::vector1< HelicalFragmentOP > protocols::features::helixAssembly::HelixBundleFeatures::get_helix_fragments | ( | boost::uuids::uuid | struct_id, |
| utility::sql_database::sessionOP | db_session | ||
| ) |
Definition at line 210 of file HelixBundleFeatures.cc.
References helix_size_, and protocols::features::TR().
Referenced by report_features().
| utility::vector1< FragmentPair > protocols::features::helixAssembly::HelixBundleFeatures::get_helix_pairs | ( | core::pose::Pose const & | pose, |
| utility::vector1< HelicalFragmentOP > | helix_fragments | ||
| ) |
Definition at line 279 of file HelixBundleFeatures.cc.
References calc_crossing_angles(), calc_fa_energy(), protocols::features::helixAssembly::FragmentPair::end_1_distance, protocols::features::helixAssembly::FragmentPair::end_2_distance, protocols::features::helixAssembly::FragmentPair::fa_attr, protocols::features::helixAssembly::FragmentPair::fa_fraction, protocols::features::helixAssembly::FragmentPair::fragment_1, protocols::features::helixAssembly::FragmentPair::fragment_2, helix_cap_dist_cutoff_, min_interacting_set_fraction_, min_per_residue_fa_attr_, core::pose::Pose::residue(), protocols::features::TR(), and core::conformation::Residue::xyz().
Referenced by report_features().
|
virtual |
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 646 of file HelixBundleFeatures.cc.
References bundle_size_, helix_cap_dist_cutoff_, helix_size_, max_degrees_off_parallel_, min_interacting_set_fraction_, min_per_residue_fa_attr_, and type_name().
| void protocols::features::helixAssembly::HelixBundleFeatures::record_helix_sasas | ( | core::pose::Pose const & | pose, |
| std::set< HelicalFragmentOP > const & | frag_set | ||
| ) |
create a bundle-pose from the combination of fragments and record the "interface" SASA for each helix against the rest of the bundle
Definition at line 484 of file HelixBundleFeatures.cc.
|
virtual |
collect all the feature data for the pose
Implements protocols::features::FeaturesReporter.
Definition at line 666 of file HelixBundleFeatures.cc.
References bundle_size_, protocols::features::helixAssembly::FragmentPair::fragment_1, protocols::features::helixAssembly::FragmentPair::fragment_2, get_helix_fragments(), get_helix_pairs(), helix_size_, scorefxn_, protocols::features::TR(), and valid_frag_set().
|
inlinevirtual |
Reimplemented from protocols::features::FeaturesReporter.
Definition at line 64 of file HelixBundleFeatures.hh.
Referenced by parse_my_tag().
| bool protocols::features::helixAssembly::HelixBundleFeatures::valid_frag_set | ( | std::set< HelicalFragmentOP > const & | frag_set) |
ensure that the set of fragments does not contain overlapping residues.
Definition at line 557 of file HelixBundleFeatures.cc.
Referenced by report_features().
|
virtual |
generate the table schemas and write them to the database
Implements protocols::features::FeaturesReporter.
Definition at line 99 of file HelixBundleFeatures.cc.
|
private |
Definition at line 159 of file HelixBundleFeatures.hh.
Referenced by parse_my_tag(), and report_features().
|
private |
Definition at line 156 of file HelixBundleFeatures.hh.
Referenced by check_cap_distances(), get_helix_pairs(), and parse_my_tag().
|
private |
Definition at line 162 of file HelixBundleFeatures.hh.
Referenced by calc_fa_energy(), get_helix_fragments(), parse_my_tag(), and report_features().
|
private |
Definition at line 172 of file HelixBundleFeatures.hh.
Referenced by parse_my_tag().
|
private |
Definition at line 169 of file HelixBundleFeatures.hh.
Referenced by get_helix_pairs(), and parse_my_tag().
|
private |
Definition at line 166 of file HelixBundleFeatures.hh.
Referenced by get_helix_pairs(), and parse_my_tag().
|
private |
Definition at line 174 of file HelixBundleFeatures.hh.
|
private |
Definition at line 176 of file HelixBundleFeatures.hh.
Referenced by HelixBundleFeatures(), and report_features().
1.8.4