Description Usage Arguments Value Examples
Generates a theoretical ESI-MS library for a particular metal binding protein selecting the desired metal ion, metal ion stoichiometry and adducts.
1 2 3 4 5 6 7 | ESI.Theoretical(
sequence,
Metal = c("Zn"),
NbindingMetal,
Maxcharge,
Adduct = c("NH4")
)
|
sequence |
Protein sequence. |
Metal |
Metal ion to include in the calculation of the MS library. |
NbindingMetal |
Number of expected metal ions binding to the protein. Default to 7. |
Maxcharge |
Maximum charge expected for adduct considered. Default to 6. |
Adduct |
Adduct for library generation. |
ESI-MS library for metal-binding protein.
1 2 3 4 5 | ## Not run:
MT2a<-("MDPNCSCAAGDSCTCAGSCKCKECKCTSCKKSCCSCCPVGCAKCAQGCICKGASDKCSCCA")
Theoretical.esi<-ESI.Theoretical(MT2a, Metal=c("Zn"), NbindingMetal = 7,Maxcharge=6,Adduct=c("Na"))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.