Method | Description | |
---|---|---|
MorpheusSearchEngine ( ) : System.Collections.Generic | ||
Search ( IMassSpectrum massSpectrum, Peptide peptide, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : PeptideSpectralMatch | ||
Search ( IMassSpectrum spectrum, IEnumerable |
Method | Description | |
---|---|---|
Search ( double eMasses, double eIntenisties, double tMasses, Tolerance productTolerance, double tic ) : double |
The main searching algorithm of Morpheus
|
public MorpheusSearchEngine ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public Search ( IMassSpectrum massSpectrum, Peptide peptide, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : PeptideSpectralMatch | ||
massSpectrum | IMassSpectrum | |
peptide | Peptide | |
fragmentTypes | FragmentTypes | |
productMassTolerance | Tolerance | |
return | PeptideSpectralMatch |
public Search ( IMassSpectrum spectrum, IEnumerable |
||
spectrum | IMassSpectrum | |
peptides | IEnumerable |
|
fragmentTypes | FragmentTypes | |
productMassTolerance | Tolerance | |
return | SortedMaxSizedContainer |