Method | Description | |
---|---|---|
GetCompositionOfPeptide ( string peptide ) : InformedProteomics.Backend.Data.Composition.Composition |
The get composition of peptide.
|
|
PpmError ( double num1, double num2 ) : double |
Calculates the PPM error between two values.
|
Method | Description | |
---|---|---|
PeptideUtil ( ) : InformedProteomics.Backend.Data.Composition |
Initializes static members of the PeptideUtil class.
|
public static GetCompositionOfPeptide ( string peptide ) : InformedProteomics.Backend.Data.Composition.Composition | ||
peptide | string | /// The peptide. /// |
return | InformedProteomics.Backend.Data.Composition.Composition |
public static PpmError ( double num1, double num2 ) : double | ||
num1 | double | Expected value. |
num2 | double | Observed value. |
return | double |