magellanTable: Loads data from a .asc file exported by Magellan.

Description Usage Arguments Value

View source: R/growthCurves.R

Description

Loads data from a .asc file exported by Magellan.

Usage

1
2
magellanTable(filePath, wellLabels = c(t(default.plate.96)),
  table.postprocess = validateTable)

Arguments

filePath

path on the local file system to be passed to the parser

plateLabels

a matrix of well labels that matches the shape of the plate data being analyzed. Two default layouts are provided: default.plate.96 and default.plate.384

Value

a data.frame object holding the parsed data.


whitwort/growthCurves documentation built on May 4, 2019, 5:23 a.m.