View source: R/preprocess_data.R
prepare_peaks | R Documentation |
Prepare list of peaks data into a data.frame
prepare_peaks(
peaks,
peptides_user,
n_isopeaks,
int_column = "intensity",
q2e = NULL
)
peaks |
List of peaks matrix. Names are used as spectra name |
peptides_user |
A dataframe with peptide information. It must contain at least 3 columns,
|
n_isopeaks |
Number of isotopic peaks |
q2e |
Optional q2e value to calculate the theoretical distribution of a peptide 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.