Rosetta
|
Classes | |
class | PTMPredictionMetric |
A metric for estimating the probability of a given residue(s) to be modified, as predicted by a pre-trained neural network. More... | |
class | PTMPredictionMetricCreator |
class | PTMPredictionTensorflowProtocol |
Analyze a given residue or residues in a pose, returning an modifcation probability (ranging from 0 to 1). More... | |
class | PTMPredictionTensorflowProtocolBase |
A pure virtual class, derived from RosettaTensorflowProtocolBase, which will serve as a base for protocols for predicting post-translational modifications in proteins. More... | |
Typedefs | |
using | PTMPredictionMetricOP = utility::pointer::shared_ptr< PTMPredictionMetric > |
using | PTMPredictionMetricCOP = utility::pointer::shared_ptr< PTMPredictionMetric const > |
using | PTMPredictionTensorflowProtocolOP = utility::pointer::shared_ptr< PTMPredictionTensorflowProtocol > |
using | PTMPredictionTensorflowProtocolCOP = utility::pointer::shared_ptr< PTMPredictionTensorflowProtocol const > |
using | PTMPredictionTensorflowProtocolBaseOP = utility::pointer::shared_ptr< PTMPredictionTensorflowProtocolBase > |
using | PTMPredictionTensorflowProtocolBaseCOP = utility::pointer::shared_ptr< PTMPredictionTensorflowProtocolBase const > |
using protocols::ptm_prediction::PTMPredictionMetricCOP = typedef utility::pointer::shared_ptr< PTMPredictionMetric const > |
using protocols::ptm_prediction::PTMPredictionMetricOP = typedef utility::pointer::shared_ptr< PTMPredictionMetric > |
using protocols::ptm_prediction::PTMPredictionTensorflowProtocolBaseCOP = typedef utility::pointer::shared_ptr< PTMPredictionTensorflowProtocolBase const > |
using protocols::ptm_prediction::PTMPredictionTensorflowProtocolBaseOP = typedef utility::pointer::shared_ptr< PTMPredictionTensorflowProtocolBase > |
using protocols::ptm_prediction::PTMPredictionTensorflowProtocolCOP = typedef utility::pointer::shared_ptr< PTMPredictionTensorflowProtocol const > |
using protocols::ptm_prediction::PTMPredictionTensorflowProtocolOP = typedef utility::pointer::shared_ptr< PTMPredictionTensorflowProtocol > |