C# 클래스 CSMSL.IO.OMSSA.OmssaModification

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

공개 프로퍼티들

프로퍼티 타입 설명
GroupedModifications Modification>.Dictionary

공개 메소드들

메소드 설명
GetAllModifications ( ) : IEnumerable
LoadOmssaModifications ( Stream stream, bool userMod = true ) : void
LoadOmssaModifications ( string file, bool userMod = true ) : void
OmssaModification ( string name, int id, double mono, double average, bool userMod, ModificationSites sites = ModificationSites.None ) : System
ParseModificationLine ( string line ) : int>>.IEnumerable
SplitModificationLine ( string line ) : int>>.IEnumerable
TryGetModification ( int id, OmssaModification &modification ) : bool
TryGetModification ( string name, OmssaModification &modification ) : bool
WriteModificationString ( AminoAcidPolymer polymer ) : string

비공개 메소드들

메소드 설명
OmssaModification ( ) : System

메소드 상세

GetAllModifications() 공개 정적인 메소드

public static GetAllModifications ( ) : IEnumerable
리턴 IEnumerable

LoadOmssaModifications() 공개 정적인 메소드

public static LoadOmssaModifications ( Stream stream, bool userMod = true ) : void
stream Stream
userMod bool
리턴 void

LoadOmssaModifications() 공개 정적인 메소드

public static LoadOmssaModifications ( string file, bool userMod = true ) : void
file string
userMod bool
리턴 void

OmssaModification() 공개 메소드

public OmssaModification ( string name, int id, double mono, double average, bool userMod, ModificationSites sites = ModificationSites.None ) : System
name string
id int
mono double
average double
userMod bool
sites ModificationSites
리턴 System

ParseModificationLine() 공개 정적인 메소드

public static ParseModificationLine ( string line ) : int>>.IEnumerable
line string
리턴 int>>.IEnumerable

SplitModificationLine() 공개 정적인 메소드

public static SplitModificationLine ( string line ) : int>>.IEnumerable
line string
리턴 int>>.IEnumerable

TryGetModification() 공개 정적인 메소드

public static TryGetModification ( int id, OmssaModification &modification ) : bool
id int
modification OmssaModification
리턴 bool

TryGetModification() 공개 정적인 메소드

public static TryGetModification ( string name, OmssaModification &modification ) : bool
name string
modification OmssaModification
리턴 bool

WriteModificationString() 공개 정적인 메소드

public static WriteModificationString ( AminoAcidPolymer polymer ) : string
polymer AminoAcidPolymer
리턴 string

프로퍼티 상세

GroupedModifications 공개적으로 정적으로 프로퍼티

public static Dictionary GroupedModifications
리턴 Modification>.Dictionary