read_spec_data: Read Data from XML Files Exported by Spectrophotometer

Description Usage Arguments Value Examples

Description

Read Data from XML Files Exported by Spectrophotometer

Usage

1

Arguments

file

The name of the file to read

...

Additional arguments (not currently used)

Value

A data frame containing all data from the reads. Column Absorbance.Adj will be the absorbance data from a culture minus the absorbance of that same well in the control plate (of that drug). If no control plate exists for that drug, then NA is given.

Examples

1
2
3
4
## Not run: 
dSpec <- read_spec_data(file = "myfile.xml")

## End(Not run)

KerrLab/introbiocure documentation built on May 17, 2019, 11:36 a.m.