simulate_ind_spec_single {MGMS2} | R Documentation |
simulate_ind_spec_single
Description
Internal function. The function simulates m/z and intensity values using given summary statistics.
Usage
simulate_ind_spec_single(interest, mz.tol, species, strain)
Arguments
interest |
Summary statistics of spectra. |
mz.tol |
The tolerance of m/z. This is used to generate m/z values of peaks. |
species |
Species. |
strain |
Strain name. |
Value
A data frame that contains m/z, (normalized) intensity values, missing rates of peaks, species name, and strain name.
[Package MGMS2 version 1.0.2 Index]