C# 클래스 CSMSL.Analysis.Quantitation.QuantitationChannelSet

상속: IMass
파일 보기 프로젝트 열기: dbaileychess/CSMSL 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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