csvTable: Loads data from a csv (comma-separated) text file.

Description Usage Arguments Value

View source: R/growthCurves.R

Description

This function uses the builtin read.csv to parse a comma-separated file containg OD density readings over the experimental time course. The left- most column should contain time points (with earliest-to-latest timepoints givendown the rows of the table). The numbers in this column should be unquoted. The remaining columns should give, in order, the time course data for each well on the plate (for example, starting with well A1 in column to and ending with well H12 in column 97).

Usage

1
csvTable(filePath)

Arguments

filePath

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

Value

a data.frame object holding the parsed data.


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