View source: R/getEICfromROI_par.R
| get_ROIs | R Documentation |
Takes a the output of get_mz_table and adds columns with information on regions of interest (ROI).
get_ROIs(
files,
Target.table,
minCentroids = 4,
AccurateMZtol = 5,
PrecisionMZtol = 5,
plan = "multiprocess"
)
files |
vector containing all mzML file paths |
Target.table |
output of function |
minCentroids |
minimum number of consecutive scans > 0 for a ROI to be picked up (eq. to minCentroids argument in xcms:::findmzROI function) |
AccurateMZtol |
mass accuracy (systematic error tolerance) in +/- ppm; this value is used to recognize detected ROIs as the expected mz values calculated in |
PrecisionMZtol |
mass precision (random error tolerance) in +/- ppm; this value is used as for setting the maximum spread of scans within one ROI (equ. to "dev" argument * 1e-6 in xcms:::findmzROI) |
plan |
see |
eic_mzmin: lowest mz value detected in respective ROI
eic_mzmax: highest mz value detected in respective ROI
data.table object with information on ROIs for each row in Target.table. additional columns from Target.table are retained
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.