powered by
Check if peak was integrated for a specific compound
is_integrated(chrom_res, compound_id, sample_id = NULL)# S4 method for ChromRes is_integrated(chrom_res, compound_id, sample_id = NULL)# S4 method for ChromResBase is_integrated(chrom_res, compound_id, sample_id = NULL)
# S4 method for ChromRes is_integrated(chrom_res, compound_id, sample_id = NULL)
# S4 method for ChromResBase is_integrated(chrom_res, compound_id, sample_id = NULL)
logical
ChromRes or ChromResBase object
Compound ID
Sample ID. If NULL, all samples are checked
if (FALSE) { lapply(1:10, \(x) is_integrated(chrom_res, sample_id = 1, compound_id = 1)) }
Run the code above in your browser using DataLab