Learn R Programming

arf3DS4 (version 2.5-4)

experiment-class: arf3DS4 "experiment" class

Description

The "experiment" class is the backbone of the arf3DS4 package. The class contains information on the names of all relevant directories and files (these are inherited from an "settings" object (see settings)). Before running an ARF analysis an object of class "experiment" must be loaded (using loadExp). Experiment directories can be created using makeExpDirs. To view information on an experiment call getExp.

Arguments

Objects from the Class

Objects can be created by calls of the form new("experiment", ...).

Extends

Class "settings", directly.

See Also

settings, makeExpDirs, loadExp, getExp

Examples

Run this code
showClass("experiment")

Run the code above in your browser using DataLab