integratePeaks-GCIMSSample-method.Rd
Peak integration for a GCIMSSample
# S4 method for class 'GCIMSSample'
integratePeaks(
object,
peak_list,
integration_size_method = c("fixed_size", "free_size"),
rip_saturation_threshold = 0.1,
verbose = FALSE
)
A GCIMSSample object
A data frame with the peak list
If "fixed_size", the ROI integration limits are the same for all the peaks that belong to the same cluster. If "free_size", each ROI has its own integration limits, regardless of the cluster it is assigned to.
Used to compute the "Saturation" column. If the ratio of the RIP intensity at the ROI apex with respect to the maximum RIP is below this threshold, the RIP is considered almost depleted, and it's more likely that the ROI suffers from non-linearities.
If TRUE
, debug information will be printed
The modified GCIMSSample, with an updated peak list