C# Class CSMSL.Analysis.Identification.MorpheusSearchEngine

High-resolution Proteomic Search Algorithm
Inheritance: MSSearchEngine
Afficher le fichier Open project: dbaileychess/CSMSL Class Usage Examples

Méthodes publiques

Méthode Description
MorpheusSearchEngine ( ) : System.Collections.Generic
Search ( IMassSpectrum massSpectrum, Peptide peptide, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : PeptideSpectralMatch
Search ( IMassSpectrum spectrum, IEnumerable peptides, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : SortedMaxSizedContainer

Private Methods

Méthode Description
Search ( double eMasses, double eIntenisties, double tMasses, Tolerance productTolerance, double tic ) : double

The main searching algorithm of Morpheus

Method Details

MorpheusSearchEngine() public méthode

public MorpheusSearchEngine ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Search() public méthode

public Search ( IMassSpectrum massSpectrum, Peptide peptide, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : PeptideSpectralMatch
massSpectrum IMassSpectrum
peptide Peptide
fragmentTypes FragmentTypes
productMassTolerance Tolerance
Résultat PeptideSpectralMatch

Search() public méthode

public Search ( IMassSpectrum spectrum, IEnumerable peptides, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : SortedMaxSizedContainer
spectrum IMassSpectrum
peptides IEnumerable
fragmentTypes FragmentTypes
productMassTolerance Tolerance
Résultat SortedMaxSizedContainer