Learn R Programming

elementR (version 1.3.7)

elementR_repSample: object elementR_repSample

Description

The R6Class object elementR_repSample contains the main information needed for the filtration of a batch of replicates from the same sample.

Usage

elementR_repSample

Arguments

Format

An R6Class generator object

Inheritance

The elementR_repSample object inherits from the elementR_rep.

Fields

Methods

Details

As a subclass object, the elementR_sample object already contains all fields and methods from the elementR_rep. Moreover, it also contains items specifically designed for sample filtration.

See Also

elementR_rep. elementR_repStandard.

Examples

Run this code
# NOT RUN {
## create a new elementR_sample object based on the "filePath" 
## from a folder containing sample replicate

filePath <- system.file("Example_Session/samples/Sample_1", package="elementR")

sampleBatch <- elementR_repSample$new(filePath)

## Display the data contained in this batch

sampleBatch$rep_data
# }

Run the code above in your browser using DataLab