Property | Type | Description | |
---|---|---|---|
MODIFICATIONS | ModificationDictionary |
Method | Description | |
---|---|---|
CalculateFragment ( FragmentType fragmentIonType, int fragmentNumber ) : |
||
CalculateFragments ( IEnumerable |
||
Peptide ( string sequence, IEnumerable |
||
SetModifications ( ModificationDictionary modifications ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
InitializeCumulativeMassArrays ( ) : void |
public CalculateFragment ( FragmentType fragmentIonType, int fragmentNumber ) : |
||
fragmentIonType | FragmentType | |
fragmentNumber | int | |
return |
public CalculateFragments ( IEnumerable |
||
fragmentTypes | IEnumerable |
|
return | FragmentDictionary |
public Peptide ( string sequence, IEnumerable |
||
sequence | string | |
fixedModifications | IEnumerable |
|
dynamicModifications | string | |
return | System |
public static SetModifications ( ModificationDictionary modifications ) : void | ||
modifications | ModificationDictionary | |
return | void |