readSorter: Read in raw sorter data

Description Usage Arguments

Description

Reads a raw sorter file into a data frame, removing NA values and any objects not fitting in to the min and max cut offs.

Usage

1
2
readSorter(file, tofmin = 0, tofmax = 10000, extmin = 0, extmax = 10000,
  reflx = TRUE)

Arguments

file

path to sorter data file

tofmin

minimum cut off for time of flight, defaults to 0

tofmax

maximum cut off for time of flight, defaults to 10000

extmin

minimum cut off for extinction, defaults to 0

extmax

maximum cut off for extinction, defaults to 10000

reflx

logical indicating whether ReFLx module was used (TRUE) or LP Sampler was used (FALSE), defaults to TRUE


AndersenLab/COPASutils documentation built on May 5, 2019, 4:57 a.m.