Description Usage Arguments Value
Convert's an R peak list into a peak matrix.
1 2 3 4 5 6 | CPeakList2PeakMatrix(
RpeakList,
BinTolerance = 5,
BinFilter = 0.1,
BinToleranceUsingPPM = TRUE
)
|
RpeakList |
R peak list. |
BinFilter |
the peaks bins non detected in at least the BinFitler*TotalNumberOfPixels spectra will be deleted. |
BinToleranceUsingPPM |
if True the peak binning tolerance is specified in ppm, if false the tolerance is set using scans. |
the |
tolerance used to merge peaks to the same bin. It is recomanded to use the half of peak width in ppm units. |
peak matrix.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.