C# Класс CSMSL.Analysis.Identification.MorpheusSearchEngine

High-resolution Proteomic Search Algorithm
Наследование: MSSearchEngine
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
MorpheusSearchEngine ( ) : System.Collections.Generic
Search ( IMassSpectrum massSpectrum, Peptide peptide, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : PeptideSpectralMatch
Search ( IMassSpectrum spectrum, IEnumerable peptides, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : SortedMaxSizedContainer

Приватные методы

Метод Описание
Search ( double eMasses, double eIntenisties, double tMasses, Tolerance productTolerance, double tic ) : double

The main searching algorithm of Morpheus

Описание методов

MorpheusSearchEngine() публичный метод

public MorpheusSearchEngine ( ) : System.Collections.Generic
Результат System.Collections.Generic

Search() публичный метод

public Search ( IMassSpectrum massSpectrum, Peptide peptide, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : PeptideSpectralMatch
massSpectrum IMassSpectrum
peptide Peptide
fragmentTypes FragmentTypes
productMassTolerance Tolerance
Результат PeptideSpectralMatch

Search() публичный метод

public Search ( IMassSpectrum spectrum, IEnumerable peptides, FragmentTypes fragmentTypes, Tolerance productMassTolerance ) : SortedMaxSizedContainer
spectrum IMassSpectrum
peptides IEnumerable
fragmentTypes FragmentTypes
productMassTolerance Tolerance
Результат SortedMaxSizedContainer