| filter_chrom | R Documentation |
This function filters chromatogram peaks based on transition ID and sample ID.
filter_chrom(
chrom_res,
transitions_ids = NULL,
samples_id = NULL,
cmpd_ids = NULL
)
chrom_res |
ChromRes object |
transitions_ids |
Vector of transition IDs to filter. If NULL, all transitions are returned. |
samples_id |
Sample ID to filter. |
cmpd_ids |
Compound ID to filter. It must be numeric. If NULL, all compounds are returned. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.