calculate_ranges: Calculate flow cytometer channel range.

Description Usage Arguments Value

Description

Converts channel specifications into a list of c(min, max) ranges. Parsing script inteprets specifications of the form xxxLP for long pass, xxxSP for short pass, or xxx/yy for bandpass filter.

Usage

1
calculate_ranges(channels, min.wavelength, max.wavelength)

Arguments

channels

Vector of channels e.g. c('530/30', '670LP').

min.wavelengths

Minimum wavlength for calculating short pass extent.

max.wavelengths

Maximum wavlength for calculating long pass extent.

Value

A list of c(min, max) ranges.


ssokolen/fluoroscripts documentation built on May 30, 2019, 8:43 a.m.