Description Usage Arguments Value Examples
Generates a MS library containing peptides harbouring incomplete chemical Cys-labelled residues.
1 | Protein.to.Peptide(sequence, missed = 3, enzym = "trypsin")
|
sequence |
Protein sequence. |
missed |
Missed cleavage sites produced by proteolytic enzyme. Default to 2. |
enzym |
Proteolytic enzyme used in the experiment. Default to Trypsin. |
List of peptides with incomplete chemically labelled Cys-protein residues.
1 2 3 4 5 6 | ## Not run:
MT2a<-("MDPNCSCAAGDSCTCAGSCKCKECKCTSCKKSCCSCCPVGCAKCAQGCICKGASDKCSCCA")
TheoreticalMass<-Protein.to.Peptide(MT2a)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.