Description Usage Arguments Value Source
uses the dynamic noise filtration algorithm adapted from the method described in Xu H. and Frietas M. "A Dynamic Noise Level Algorithm for Spectral Screening of Peptide MS/MS Spectra" 2010 BMC Bioinformatics.
1 | deconvNoise.DNF(object, ...)
|
DNF. |
numeric dynamic noise filter minimum signal to noise threshold (default = 2), calculated as the ratio between the linear model predicted intensity value and the actual intensity. |
minPeaks. |
integer minimum number of signal peaks following dynamic noise filtration (default = 1). |
maxPeaks. |
integer maximum number of signal peaks the function will continue until both the minimum DNF signal to noise ratio is exceeding and the number of peaks is lower than the maximum (default = 60). |
minInt. |
numeric minimum intensity to commence the dynamic noise filter algorithm. Low values will increase computation time and increase the chance that the DNF algorithm will terminate prematurely (default = 250). |
verbose |
logical if TRUE display progress bars. |
noise filtered MS2 spectra.
Xu H. and Frietas M. "A Dynamic Noise Level Algorithm for Spectral Screening of Peptide MS/MS Spectra" 2010 BMC Bioinformatics.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.