View source: R/higherOrderNormMethods.R
getWidenedRTRange | R Documentation |
Pick datapoints before and after window until a minimum number is reached Expects the start and end retention times to match actual retention times present in the data
getWidenedRTRange(
rtStart,
rtEnd,
minimumDatapoints,
retentionTimes,
allowTooWideData = FALSE
)
rtStart |
Original retention time start point |
rtEnd |
Original retention time end point |
minimumDatapoints |
Required number of datapoints to fulfill |
retentionTimes |
Vector with all retention times |
Vector with start and end of new RT range
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.