newExperiment: Create a DAM experiment

Description Usage Arguments Value Examples

View source: R/DAM.class.R

Description

Create a DAM experiment

Usage

1
newExperiment(dataFile = NULL, infoFile = NULL)

Arguments

dataFile

A string containing the path to a valid DAM output .txt file.

infoFile

A string containing the path to a .csv (comma-separated values) file that you have created for the experiment. The only requirements for this file is that it must contain a 1-line header (these are the attribute names), and the first column must contain the vial numbers used in the experiment (typically 1 through 32).

Value

A DAM S4 object.

Examples

1
2
3
4
## Not run: 
DAM <- newExperiment(dataFile = "/path/to/DAM_output.txt", infoFile = "/path/to/metadata.csv")

## End(Not run)

kazi11/actmon documentation built on May 20, 2019, 7:53 a.m.