| is_integrated | R Documentation |
Check if peak was integrated for a specific compound
is_integrated(chrom_res, compound_id, sample_id = NULL)
## S4 method for signature 'ChromRes'
is_integrated(chrom_res, compound_id, sample_id = NULL)
## S4 method for signature 'ChromResBase'
is_integrated(chrom_res, compound_id, sample_id = NULL)
chrom_res |
ChromRes or ChromResBase object |
compound_id |
Compound ID |
sample_id |
Sample ID. If NULL, all samples are checked |
logical
## Not run:
lapply(1:10, \(x) is_integrated(chrom_res, sample_id = 1, compound_id = 1))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.