C# Class CSMSL.Analysis.Quantitation.QuantitationChannelSet

Inheritance: IMass
Afficher le fichier Open project: dbaileychess/CSMSL Class Usage Examples

Méthodes publiques

Свойство Type Description
TMT10Plex QuantitationChannelSet
TMT6PlexHeavy QuantitationChannelSet
TMT6PlexLight QuantitationChannelSet
TMT8Plex QuantitationChannelSet

Private Properties

Свойство Type Description
GetUniquePeptides_helper void
QuantitationChannelSet System

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
GetUniquePeptides_helper ( IList sets, int setIndex, HashSet channels, List result ) : void
QuantitationChannelSet ( ) : System

Method Details

Add() public méthode

public Add ( IQuantitationChannel channel ) : IQuantitationChannel
channel IQuantitationChannel
Résultat IQuantitationChannel

Clear() public méthode

public Clear ( ) : void
Résultat void

GetChannels() public méthode

public GetChannels ( ) : IEnumerable
Résultat IEnumerable

GetMass() public méthode

public GetMass ( QuantitationChannelSetMassType massType = QuantitationChannelSetMassType.Average ) : double
massType QuantitationChannelSetMassType
Résultat double

GetQuantChannelModifications() public static méthode

public static GetQuantChannelModifications ( Peptide peptide ) : HashSet
peptide Peptide
Résultat HashSet

GetUniquePeptides() public static méthode

public static GetUniquePeptides ( Peptide peptide ) : IEnumerable
peptide Peptide
Résultat IEnumerable

QuantitationChannelSet() public méthode

public QuantitationChannelSet ( string name, QuantitationChannelSetMassType massType = QuantitationChannelSetMassType.Average, bool sequenceDependent = true ) : System
name string
massType QuantitationChannelSetMassType
sequenceDependent bool
Résultat System

Remove() public méthode

public Remove ( IQuantitationChannel channel ) : bool
channel IQuantitationChannel
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : IQuantitationChannel
index int
Résultat IQuantitationChannel

this() public méthode

public this ( string name ) : IQuantitationChannel
name string
Résultat IQuantitationChannel

Property Details

TMT10Plex public_oe static_oe property

public static QuantitationChannelSet TMT10Plex
Résultat QuantitationChannelSet

TMT6PlexHeavy public_oe static_oe property

public static QuantitationChannelSet TMT6PlexHeavy
Résultat QuantitationChannelSet

TMT6PlexLight public_oe static_oe property

public static QuantitationChannelSet TMT6PlexLight
Résultat QuantitationChannelSet

TMT8Plex public_oe static_oe property

public static QuantitationChannelSet TMT8Plex
Résultat QuantitationChannelSet