ProteoWizard
|
creates a reversed copy of every target protein with the specified decoy string prefixed to the id More...
#include <ProteinList_DecoyGenerator.hpp>
Public Member Functions | |
ProteinList_DecoyGeneratorPredicate_Reversed (const std::string &decoyPrefix) | |
virtual ProteinPtr | generate (const Protein &protein) const |
return a decoy protein based on an input target protein More... | |
![]() | |
virtual const std::string & | decoyPrefix () const |
return the string prefixed to a protein id to indicate it is a decoy More... | |
virtual | ~Predicate () |
Additional Inherited Members | |
![]() | |
std::string | decoyPrefix_ |
creates a reversed copy of every target protein with the specified decoy string prefixed to the id
Definition at line 80 of file ProteinList_DecoyGenerator.hpp.
pwiz::analysis::ProteinList_DecoyGeneratorPredicate_Reversed::ProteinList_DecoyGeneratorPredicate_Reversed | ( | const std::string & | decoyPrefix | ) |
|
virtual |
return a decoy protein based on an input target protein
Implements pwiz::analysis::ProteinList_DecoyGenerator::Predicate.