processed: MetaboProfile class get and set methods.

versionR Documentation

MetaboProfile class get and set methods.

Description

Retrieve or set information for a MetaboProfile object.

Usage

version(x)

creationDate(x)

filePaths(x)

sampleInfo(x)

processingResults(x)

processingResults(x) <- value

processedData(x)

processedData(x) <- value

extractProcObject(x)

peakInfo(x)

## S4 method for signature 'MetaboProfile'
version(x)

## S4 method for signature 'MetaboProfile'
creationDate(x)

## S4 method for signature 'MetaboProfile'
filePaths(x)

## S4 method for signature 'MetaboProfile'
sampleInfo(x)

## S4 method for signature 'MetaboProfile'
processingResults(x)

## S4 replacement method for signature 'MetaboProfile'
processingResults(x) <- value

## S4 method for signature 'MetaboProfile'
processedData(x)

## S4 replacement method for signature 'MetaboProfile'
processedData(x) <- value

## S4 method for signature 'MetaboProfile'
extractProcObject(x)

## S4 method for signature 'MetaboProfile'
peakInfo(x)

Arguments

x

S4 object of class MetaboProfile

value

value to set


jasenfinch/profilePro documentation built on Feb. 2, 2023, 9:19 p.m.