Skip to contents

This function checks if the peak has been integrated for a specific compound.

Usage

is_integrated(chrom_res, compound_id, sample_id = NULL)

Arguments

chrom_res

ChromRes object

compound_id

Compound ID

sample_id

Sample ID. If NULL, all samples are checked

Value

logical

Examples

if (FALSE) { # \dontrun{
lapply(1:10, \(x) check_integrated(chrom_res, sample_id = 1, compound_id = 1))
} # }