| OpenTIMS-class | R Documentation |
S4 class that facilitates data queries for TimsTOF data.
path.dPath to raw data folder (typically *.d).
handlePointer to raw data.
min_frameThe index of the minimal frame.
max_frameThe index of the miximal frame.
min_scanThe minimal scan number. It is assumed to be equal to 1.
max_scanThe maximal scan number.
min_intensityThe minimal value of intensity. Set to 0, but actually 9 is more sensible.
max_intensityThe maximal intensity: the max over values reported in the frames.
min_retention_timeThe lowest recorded retention time.
max_retention_timeThe highest recorded retention time.
min_inv_ion_mobilityThe minimal recorded inverse ion mobility.
max_inv_ion_mobilityThe maximal recorded inverse ion mobility.
min_mzThe minimal recorded mass to charge ratio.
max_mzThe maximal recorded mass to charge ratio.
framesA data.frame with information on the frames (contents of the Frames table in the sqlite db).
all_columnsNames of available columns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.