Learn R Programming

elementR (version 1.3.7)

elementR_sample: Object elementR_sample

Description

The R6Class object elementR_sample contains the main information needed for the filtration of a single sample replicate.

Usage

elementR_sample

Arguments

Format

An R6Class generator object

Inheritance

The elementR_sample object inherits from the elementR_data

Fields

Methods

Details

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

See Also

elementR_data. elementR_standard.

Examples

Run this code
# NOT RUN {
## create a new elementR_sample object based on the "filePath" from a file containing data
## replicate (accepted format of data: .csv, .ods, .xls, .xlsx)

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

sampleExample <- elementR_sample$new(filePath)

## Display the name of the object 

sampleExample$name


# }

Run the code above in your browser using DataLab