#include <OpenMS/FORMAT/MascotOutfile.h>
This class serves to read in a Mascot outfile. The information can be retrieved via the load function.
Public Member Functions | |
MascotOutfile () | |
Constructor. | |
void | load (String filename, ProteinIdentification &protein_identification, std::vector< PeptideIdentification > &peptide_identifications, Real p=0.05) throw (Exception::ParseError) |
loads data from a Mascot outfile |
MascotOutfile | ( | ) |
Constructor.
void load | ( | String | filename, | |
ProteinIdentification & | protein_identification, | |||
std::vector< PeptideIdentification > & | peptide_identifications, | |||
Real | p = 0.05 | |||
) | throw (Exception::ParseError) |
loads data from a Mascot outfile
filename | the file to be loaded | |
protein_identification | the protein identification | |
peptide_identifications | the peptide identifications | |
p | the significance level (for the protein hit scores) |
Generated Tue Apr 1 15:36:44 2008 -- using doxygen 1.5.4 | OpenMS / TOPP 1.1 |