View source: R/DigestProteins.R
digest.proteins | R Documentation |
Returns peptide sequences resulting from protein digestion based on cleavage rules, max.missed cleavages,
digest.proteins(msLib, rowStr, enzyme, maxMissed, carbamidomethyl, threads)
msLib |
a MSLibrarian object |
rowStr |
a string defining the row names. |
enzyme |
the enzyme to be used for digestion. The enzyme cleaves proteins according to the specified cleavage rules. |
maxMissed |
maximum missed clevages allowed for a peptide sequence |
carbamidomethyl |
Determines if every Cysteine residue is carbamidomethylated(TRUE) or not (FALSE). If TRUE, every cysteine adds a mass of 57.021464. |
threads |
number of threads to use for the computation |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.