C# Класс CSMSL.Analysis.Quantitation.QuantitationChannelSet

Наследование: IMass
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
TMT10Plex QuantitationChannelSet
TMT6PlexHeavy QuantitationChannelSet
TMT6PlexLight QuantitationChannelSet
TMT8Plex QuantitationChannelSet

Private Properties

Свойство Тип Описание
GetUniquePeptides_helper void
QuantitationChannelSet System

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

Метод Описание
Add ( IQuantitationChannel channel ) : IQuantitationChannel
Clear ( ) : void
GetChannels ( ) : IEnumerable
GetMass ( QuantitationChannelSetMassType massType = QuantitationChannelSetMassType.Average ) : double
GetQuantChannelModifications ( Peptide peptide ) : HashSet
GetUniquePeptides ( Peptide peptide ) : IEnumerable
QuantitationChannelSet ( string name, QuantitationChannelSetMassType massType = QuantitationChannelSetMassType.Average, bool sequenceDependent = true ) : System
Remove ( IQuantitationChannel channel ) : bool
ToString ( ) : string
this ( int index ) : IQuantitationChannel
this ( string name ) : IQuantitationChannel

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

Метод Описание
GetUniquePeptides_helper ( IList sets, int setIndex, HashSet channels, List result ) : void
QuantitationChannelSet ( ) : System

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

Add() публичный Метод

public Add ( IQuantitationChannel channel ) : IQuantitationChannel
channel IQuantitationChannel
Результат IQuantitationChannel

Clear() публичный Метод

public Clear ( ) : void
Результат void

GetChannels() публичный Метод

public GetChannels ( ) : IEnumerable
Результат IEnumerable

GetMass() публичный Метод

public GetMass ( QuantitationChannelSetMassType massType = QuantitationChannelSetMassType.Average ) : double
massType QuantitationChannelSetMassType
Результат double

GetQuantChannelModifications() публичный статический Метод

public static GetQuantChannelModifications ( Peptide peptide ) : HashSet
peptide Peptide
Результат HashSet

GetUniquePeptides() публичный статический Метод

public static GetUniquePeptides ( Peptide peptide ) : IEnumerable
peptide Peptide
Результат IEnumerable

QuantitationChannelSet() публичный Метод

public QuantitationChannelSet ( string name, QuantitationChannelSetMassType massType = QuantitationChannelSetMassType.Average, bool sequenceDependent = true ) : System
name string
massType QuantitationChannelSetMassType
sequenceDependent bool
Результат System

Remove() публичный Метод

public Remove ( IQuantitationChannel channel ) : bool
channel IQuantitationChannel
Результат bool

ToString() публичный Метод

public ToString ( ) : string
Результат string

this() публичный Метод

public this ( int index ) : IQuantitationChannel
index int
Результат IQuantitationChannel

this() публичный Метод

public this ( string name ) : IQuantitationChannel
name string
Результат IQuantitationChannel

Описание свойств

TMT10Plex публичное статическое свойство

public static QuantitationChannelSet TMT10Plex
Результат QuantitationChannelSet

TMT6PlexHeavy публичное статическое свойство

public static QuantitationChannelSet TMT6PlexHeavy
Результат QuantitationChannelSet

TMT6PlexLight публичное статическое свойство

public static QuantitationChannelSet TMT6PlexLight
Результат QuantitationChannelSet

TMT8Plex публичное статическое свойство

public static QuantitationChannelSet TMT8Plex
Результат QuantitationChannelSet