elementR_rep: Object elementR_rep

Description Usage Format Details Fields Methods See Also Examples

Description

The R6Class object elementR_rep contains the main information needed for the filtration of a batch of replicates (standard or sample replicates).

Usage

1

Format

An R6Class generator object

Details

When runElementR is running and as soon as a project is loaded, an elementR_rep is automatically created for each batch of replicates (i.e. each folder of standards or samples) included in the session. Each of these objects contains the basic information regarding the considered batch (name and path of the folder, the whole data of each replicates) and is filled by the intermediate and final data as user proceeds to the filtration procedure.

Fields

rep_name

A character string corresponding to the name of the considered folder

rep_folderPath

A character string corresponding to the path of the considered folder

rep_Files

A vector containing the name of the files within the considered folder

rep_data

A list containing the elementR_data corresponding to the replicates included in the considered folder

rep_pas

A numerical value corresponding to the time between two consecutive analysis within data of the considered folder

dec

The decimal system used in the data (either , or .)

sep

The separator character used in the data

Methods

setRep_pas()

Aim: set rep_pas

initialize(filePath, sep, dec)

Aim: Create and set the basic information of the considered folder; Argument: filePath = the path of the considered folder, dec = the decimal system of the data, sep = the separator character of the data; Output: an R6Class elementR_rep object

See Also

elementR_repStandard. elementR_repSample.

Examples

1
2
## see elementR_repStandard or elementR_repSample as the creation of elementR_rep depends 
## on the type of data created 

elementR documentation built on Sept. 2, 2020, 5:07 p.m.