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
)ChromRes object
Vector of transition IDs to filter. If NULL, all transitions are returned.
Sample ID to filter.
Compound ID to filter. It must be numeric. If NULL, all compounds are returned.