Description Usage Arguments Value Examples
View source: R/SequenceCounting.R
Calculates the protein sequence coverage provided by bottom-up MALDI-MS experiments
1 | SequenceCounting(seq, maldiTOF, missed, enzym = "trypsin")
|
seq |
Protein sequence. |
maldiTOF |
Output obtained from |
missed |
Missed cleavage sites produced by proteolytic enzyme. Default to 2. |
enzym |
Proteolytic enzyme used in the experiment. Default to Trypsin. |
Protein sequence coverage for bottom-up MALDI-MS experiment.
1 2 3 4 5 6 7 8 9 | ## Not run:
MT2a<-("MDPNCSCAAGDSCTCAGSCKCKECKCTSCKKSCCSCCPVGCAKCAQGCICKGASDKCSCCA")
TheoreticalMass<-Protein.to.Peptide(MT2a)
ProcessMALDIMS<-ProcessMALDIMS(file,t1=500,t2=3500,plotProcess=TRUE,plotDetection=TRUE,plotOriginal = TRUE,comb = "comb3")
maldiTOF<-annotationMALDI_Bot(ProcessMALDIMS,TheoreticalMass,mzw = 1,plot=TRUE,plotIndi=TRUE,orig=TRUE,write=TRUE,In=10)
maldiTOF.Amp(MT2a,maldiTOF)
CountAAPMFF<-SequenceCounting(MT2a,maldiTOF)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.