View source: R/preprocess_data.R
prepare_peaks | R Documentation |
Prepare list of peaks data into a data.frame
prepare_peaks(
peaks,
n_isopeaks,
peptides_user = NULL,
int_column = "intensity",
norm_func = NULL,
q2e = NULL
)
peaks |
List of peaks matrix. Names are used as spectra name |
n_isopeaks |
Number of isotopic peaks |
peptides_user |
A dataframe with peptide information. It must contain at least 3 columns,
|
int_column |
Columns in peaks with the intensity to be used |
norm_func |
Function to normalize the intensities of the isotopic envelope |
q2e |
If provided, it adds the theoretical isotopic distribution of peptides with this extent of deamidation |
The default peptides are the ones from Nair et al. (2022). The paper contains the details on the preprocessing procedure.
A data.frame with isotopic peaks detected from data, theoretical isotopic envelopes for 1 and 2 deamidations and other associated data.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.