fillPeaks.EIBPC | R Documentation |
For each sample, identify missing peaks resulting from peak detection or other steps. The EIBPC is used to achieve this aim.
fillPeaks.EIBPC(groups, extand_mz=20, extand_rt=5, min_snr=3, std='maxo')
groups |
The result of |
extand_mz |
PPM of m/z tolerance of filled peaks. |
extand_rt |
Retention time tolerance of filled peaks. |
min_snr |
The minimum SNR of peaks, which may be smaller than that of getPIC function |
std |
The standard for quantification, only 'maxo' is supported now. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.