makeLFQXYTS | R Documentation |
Prepare the XYTS matrices for LFQ
makeLFQXYTS(
pep_seq_modzs = NULL,
pep_exp_mzs = NULL,
pep_exp_ints = NULL,
pep_apex_rets = NULL,
pep_apex_scans = NULL,
pep_apex_fwhm = NULL,
pep_apex_n = NULL,
add_colnames = TRUE
)
pep_seq_modzs |
List of peptide sequences with modifications and charge states. |
pep_exp_mzs |
List of m-over-z (X) values. |
pep_exp_ints |
List of intensity (Y) values. |
pep_apex_rets |
List of retention time (T) values. |
pep_apex_scans |
List of apex scan numbers (S). |
pep_apex_fwhm |
List of apex FWHM values. |
pep_apex_n |
List of apex lengths (number of MS2 scans). |
add_colnames |
Logical; add column names or not. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.