![]() |
Rosetta
2021.16
|
A per-residue metric that will calculate SASA for each residue given in a selector. More...
#include <PerResidueSapScoreMetric.hh>

Public Member Functions | |
| PerResidueSapScoreMetric (core::select::residue_selector::ResidueSelectorCOP score_selector=utility::pointer::make_shared< core::select::residue_selector::TrueResidueSelector >(), core::select::residue_selector::ResidueSelectorCOP sap_calculate_selector=nullptr, core::select::residue_selector::ResidueSelectorCOP sasa_selector=nullptr) | |
| Constructors ///. More... | |
| PerResidueSapScoreMetric (PerResidueSapScoreMetric const &src) | |
| Copy constructor (not needed unless you need deep copies) More... | |
| ~PerResidueSapScoreMetric () override | |
| Destructor (important for properly forward-declaring smart-pointer members) More... | |
| PerResidueSapScoreMetric & | operator= (PerResidueSapScoreMetric const &ot) |
| std::map< core::Size, core::Real > | calculate (core::pose::Pose const &pose) const override |
| Metric Methods ///. More... | |
| void | set_score_selector (core::select::residue_selector::ResidueSelectorCOP const &selector) |
| void | set_sap_calculate_selector (core::select::residue_selector::ResidueSelectorCOP const &selector) |
| void | set_sasa_selector (core::select::residue_selector::ResidueSelectorCOP const &selector) |
| std::string | name () const override |
| Name of the class. More... | |
| std::string | metric () const override |
| Name of the metric. More... | |
| void | parse_my_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) override |
| called by parse_my_tag – should not be used directly More... | |
| core::simple_metrics::SimpleMetricOP | clone () const override |
Public Member Functions inherited from core::simple_metrics::PerResidueRealMetric | |
| PerResidueRealMetric () | |
| ~PerResidueRealMetric () override | |
| PerResidueRealMetric (PerResidueRealMetric const &other) | |
| PerResidueRealMetric & | operator= (PerResidueRealMetric const &) |
| void | apply (std::string const &out_label, pose::Pose &pose, bool override_existing_data=false) const override |
| Calculate the metric and add it to the pose as a score. labeled as out_label. More... | |
| void | set_residue_selector (select::residue_selector::ResidueSelectorCOP selector) |
| Set a ResidueSelector for which we will calculate values over. More... | |
| void | set_output_as_pdb_nums (bool output_as_pdb_nums) |
| Set to output in PDB numbering instead of Rosetta during the Apply function, which adds the data to pose as extra scores. More... | |
| std::map< core::Size, core::Real > | cached_calculate (pose::Pose const &pose, bool use_cache, std::string prefix="", std::string suffix="", bool fail_on_missing_cache=true, bool use_ref_pose_for_cache=true) const |
| Grab the data from the pose if it exists or calculate the metric. More... | |
| utility::vector1< std::string > | get_metric_names () const override |
| Get the submetric names that this Metric will calculate. More... | |
| select::residue_selector::ResidueSelectorCOP | get_selector () const |
| Get the set residue selector of this class. More... | |
| virtual void | parse_per_residue_tag (utility::tag::TagCOP tag, basic::datacache::DataMap &data) |
| Parse the base class tag. Keep required interface for parse_my_tag. More... | |
Public Member Functions inherited from core::simple_metrics::SimpleMetric | |
| SimpleMetric (std::string const &simple_metric_type) | |
| ~SimpleMetric () override | |
| SimpleMetric (SimpleMetric const &other) | |
| SimpleMetric & | operator= (SimpleMetric const &) |
| void | apply (pose::Pose &pose, std::string const &prefix="", std::string const &suffix="", bool override_existing_data=false) const |
| Calculate the metric and add it to the Score, which is output into a scorefile - labeled as prefix+metric+suffix. More... | |
| void | set_custom_type (std::string const &custom_type) |
| std::string | get_custom_type () const |
| Additional setting to prefix/suffix. More... | |
| virtual void | parse_base_tag (utility::tag::TagCOP tag) |
| Parse the base class tag. Keep required interface for parse_my_tag. More... | |
| std::string | simple_metric_type () const |
| std::string | get_final_sm_type () const |
| Get the final name of this metric including its simple_metric_type_ name and any set custom type. More... | |
| virtual void | provide_citation_info (basic::citation_manager::CitationCollectionList &) const |
| Provide citations to the passed CitationCollectionList Subclasses should add the info for themselves and any other classes they use. More... | |
Static Public Member Functions | |
| static std::string | name_static () |
| Name of the class for creator. More... | |
| static void | provide_xml_schema (utility::tag::XMLSchemaDefinition &xsd) |
Static Public Member Functions inherited from core::simple_metrics::PerResidueRealMetric | |
| static void | add_schema (utility::tag::XMLSchemaComplexTypeGeneratorOP complex_schema) |
| Add options to the schema from this base class. More... | |
Static Public Member Functions inherited from core::simple_metrics::SimpleMetric | |
| static utility::tag::XMLSchemaComplexTypeGeneratorOP | complex_type_generator_for_simple_metric (utility::tag::XMLSchemaDefinition &) |
A per-residue metric that will calculate SASA for each residue given in a selector.
| core::pack::guidance_scoreterms::sap::PerResidueSapScoreMetric::PerResidueSapScoreMetric | ( | core::select::residue_selector::ResidueSelectorCOP | score_selector = utility::pointer::make_shared<core::select::residue_selector::TrueResidueSelector>(), |
| core::select::residue_selector::ResidueSelectorCOP | sap_calculate_selector = nullptr, |
||
| core::select::residue_selector::ResidueSelectorCOP | sasa_selector = nullptr |
||
| ) |
Constructors ///.
Default constructor
References set_sap_calculate_selector(), set_sasa_selector(), and set_score_selector().
| core::pack::guidance_scoreterms::sap::PerResidueSapScoreMetric::PerResidueSapScoreMetric | ( | PerResidueSapScoreMetric const & | src | ) |
Copy constructor (not needed unless you need deep copies)
|
override |
Destructor (important for properly forward-declaring smart-pointer members)
|
overridevirtual |
Metric Methods ///.
Defined in RealMetric:
Calculate the metric and add it to the pose as a score. labeled as prefix+metric+suffix.
Score is added through setExtraScorePose and is output into the score tables/file at pose output. Defined in PerResidueRealMetric Calculate the metric. This map is Rosetta Resnum->value and includes only those residues selected.
Return by value as this function can not STORE the result, it only calculates. Store the result in the pose by using the apply method, which calls this method and stores the result in the pose as ExtraScoreValues.
Implements core::simple_metrics::PerResidueRealMetric.
References core::simple_metrics::PerResidueRealMetric::apply(), core::pack::guidance_scoreterms::sap::calculate_per_res_sap(), core::select::get_residues_from_subset(), core::simple_metrics::PerResidueRealMetric::get_selector(), sap_calculate_selector_, sasa_selector_, and score_selector_.
|
overridevirtual |
Implements core::simple_metrics::PerResidueRealMetric.
|
overridevirtual |
Name of the metric.
Implements core::simple_metrics::PerResidueRealMetric.
|
overridevirtual |
|
static |
Name of the class for creator.
Referenced by core::pack::guidance_scoreterms::sap::PerResidueSapScoreMetricCreator::keyname(), name(), and provide_xml_schema().
| PerResidueSapScoreMetric & core::pack::guidance_scoreterms::sap::PerResidueSapScoreMetric::operator= | ( | PerResidueSapScoreMetric const & | ot | ) |
|
overridevirtual |
called by parse_my_tag – should not be used directly
Implements core::simple_metrics::PerResidueRealMetric.
References core::select::residue_selector::parse_residue_selector(), set_sap_calculate_selector(), set_sasa_selector(), and set_score_selector().
|
static |
| void core::pack::guidance_scoreterms::sap::PerResidueSapScoreMetric::set_sap_calculate_selector | ( | core::select::residue_selector::ResidueSelectorCOP const & | selector | ) |
References sap_calculate_selector_.
Referenced by operator=(), parse_my_tag(), and PerResidueSapScoreMetric().
| void core::pack::guidance_scoreterms::sap::PerResidueSapScoreMetric::set_sasa_selector | ( | core::select::residue_selector::ResidueSelectorCOP const & | selector | ) |
References sasa_selector_.
Referenced by operator=(), parse_my_tag(), and PerResidueSapScoreMetric().
| void core::pack::guidance_scoreterms::sap::PerResidueSapScoreMetric::set_score_selector | ( | core::select::residue_selector::ResidueSelectorCOP const & | selector | ) |
References score_selector_.
Referenced by operator=(), parse_my_tag(), and PerResidueSapScoreMetric().
|
private |
Referenced by calculate(), operator=(), and set_sap_calculate_selector().
|
private |
Referenced by calculate(), operator=(), and set_sasa_selector().
|
private |
Referenced by calculate(), operator=(), and set_score_selector().
1.8.7