#include <MHCEpitopePredictorPreLoaded.hh>
|
| static void | check_file_size (std::string const &filename, core::Size const warn_threshold) |
| | Check for the size of a file and print a warning if appropriate. More...
|
| |
◆ FileType
The type of file, so can reconstruct when needed (serialization)
| Enumerator |
|---|
| NOT_LOADED | |
| LOAD_DATABASE | |
| LOAD_CSV | |
◆ MHCEpitopePredictorPreLoaded()
| core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::MHCEpitopePredictorPreLoaded |
( |
| ) |
|
|
inline |
◆ ~MHCEpitopePredictorPreLoaded()
| core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::~MHCEpitopePredictorPreLoaded |
( |
| ) |
|
|
inlineoverride |
◆ check_file_size()
| void core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::check_file_size |
( |
std::string const & |
filename, |
|
|
core::Size const |
warn_threshold |
|
) |
| |
|
static |
◆ get_scores_map()
| std::map< std::string, core::Real > core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::get_scores_map |
( |
| ) |
const |
|
inline |
Accessor for the peptide->score map object.
References scores_.
◆ get_unseen_score()
| core::Size core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::get_unseen_score |
( |
| ) |
const |
|
inline |
◆ load_csv()
| void core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::load_csv |
( |
std::string const & |
filename | ) |
|
◆ load_database()
| void core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::load_database |
( |
std::string const & |
filename | ) |
|
◆ operator==()
| bool core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::operator== |
( |
MHCEpitopePredictor const & |
| ) |
|
|
overridevirtual |
◆ provide_citation_info()
| void core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::provide_citation_info |
( |
basic::citation_manager::CitationCollectionList & |
citations | ) |
const |
|
overridevirtual |
◆ report()
| std::string core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::report |
( |
| ) |
const |
|
overridevirtual |
◆ score()
| core::Real core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::score |
( |
std::string const & |
| ) |
|
|
overridevirtual |
◆ set_unseen_score()
| void core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::set_unseen_score |
( |
core::Size |
us | ) |
|
|
inline |
Sets the score for a peptide not in the map.
References unseen_score_.
◆ filename_
| std::string core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::filename_ ="" |
|
private |
The filename from which the map was loaded.
Referenced by operator==().
◆ filetype_
| FileType core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::filetype_ = NOT_LOADED |
|
private |
◆ scores_
| std::map< std::string, core::Real > core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::scores_ |
|
private |
◆ unseen_score_
| core::Size core::scoring::mhc_epitope_energy::MHCEpitopePredictorPreLoaded::unseen_score_ = 100 |
|
private |
The documentation for this class was generated from the following files: