Method | Description | |
---|---|---|
AddResidue ( string name, char oneLetterAbbreviation, string threeLetterAbbreviation, string chemicalFormula, ModificationSites site ) : |
||
GetResidue ( char letter ) : |
Gets the resdiue based on the residue's one-character symbol
|
|
GetResidue ( string symbol ) : |
Get the residue based on the residues's symbol
|
|
ToHeavyModification ( bool c, bool n ) : |
||
ToString ( ) : string | ||
TryGetResidue ( char letter, |
||
TryGetResidue ( string symbol, |
Method | Description | |
---|---|---|
AddResidueToDictionary ( |
||
AminoAcid ( ) : System |
Construct the actual amino acids
|
|
AminoAcid ( string name, char oneLetterAbbreviation, string threeLetterAbbreviation, ChemicalFormula chemicalFormula, ModificationSites site ) : System | ||
AminoAcid ( string name, char oneLetterAbbreviation, string threeLetterAbbreviation, string chemicalFormula, ModificationSites site ) : System |
public static AddResidue ( string name, char oneLetterAbbreviation, string threeLetterAbbreviation, string chemicalFormula, ModificationSites site ) : |
||
name | string | |
oneLetterAbbreviation | char | |
threeLetterAbbreviation | string | |
chemicalFormula | string | |
site | ModificationSites | |
return |
public static GetResidue ( char letter ) : |
||
letter | char | |
return |
public static GetResidue ( string symbol ) : |
||
symbol | string | |
return |
public ToHeavyModification ( bool c, bool n ) : |
||
c | bool | |
n | bool | |
return |
public static TryGetResidue ( char letter, |
||
letter | char | |
residue | ||
return | bool |
public static TryGetResidue ( string symbol, |
||
symbol | string | |
residue | ||
return | bool |