Learn R Programming

Peptides (version 0.2)

charge: To compute the theoretical Net charge of a protein sequence

Description

This function calculates the theoretical net charge of a protein at defined pH.

Usage

charge(seq, pH)

Arguments

seq
Protein sequence as string in upper case
pH
pH value

References

Protein Identification and Analysis Tools on the ExPASy Server; Gasteiger E., Hoogland C., Gattiker A., Duvaud S., Wilkins M.R., Appel R.D., Bairoch A.; (In) John M. Walker (ed): The Proteomics Protocols Handbook, Humana Press (2005). pp. 571-607

See Also

computePI

Examples

Run this code
charge(seq="ILGKIWEGIKSLF",pH=5)
charge(seq="ILGKIWEGIKSLF",pH=9)

Run the code above in your browser using DataLab