import_coulter: Import sample data from Coulter output.

Description Usage Arguments Value Examples

Description

Imports sample data from exported output and converts it into long format. Import procedure depends on specified instrument. [This function is a placeholder as only Z2 import is currently supported]. Calls import_Z2_data() and/or import_Z2_meta() as necessary.

Usage

1
import_coulter(filename, instrument = "z2", data.type = "data")

Arguments

filename

Filename or pattern for matching multiple filenames.

data.type

One of either "data", "meta", or "full" to specify data to import.

instrumet

String specifying instrument. Currently limited to Z2.

Value

A data.frame.

Examples

1
# To do

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