Description Usage Arguments Value Examples
Annotate MALDI-MS spectra
1 2 3 4 5 6 7 8 9 10 11 |
ProcessedMALDIMS |
Output obtain from |
database |
Output obtained from |
mzw |
Mass-to-charge window (Da) for the annotation. Default to 1. |
write |
Write an output table with results. Default to FALSE. |
orig |
Plot raw MS spectra. Default to TRUE. |
unique |
Control annotation. Default to TRUE. |
filterIntensity |
Filtering by relative intensity. Default to TRUE. |
In |
Value for filtering by relative intensity. Default to 10. |
dir |
Directory where to save plots. Default to C:. |
Peaks annotated in the MALDI-MS spectra.
1 2 3 4 5 6 7 8 | ## Not run:
MT2a<-("MDPNCSCAAGDSCTCAGSCKCKECKCTSCKKSCCSCCPVGCAKCAQGCICKGASDKCSCCA")
TheoreticalMass<-Protein.to.List(MT2a, ET= TRUE)
ProcessMALDIMS<-ProcessMALDIMS(file,t1=6000,t2=7000,plotProcess=TRUE,plotDetection=TRUE,plotOriginal = TRUE)
maldiTOF<-Target(ProcessMALDIMS,TheoreticalMass, mzw = 2,orig=TRUE,write=FALSE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.