resASICS-getters: S4 methods to represent results of ASICS.

Description Usage Arguments Value Examples

Description

S4 methods to represent results of ASICS.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## S4 method for signature 'resASICS'
present_metabolites(object)

## S4 method for signature 'resASICS'
original_mixture(object)

## S4 method for signature 'resASICS'
reconstituted_mixture(object)

## S4 method for signature 'resASICS'
ppm_grid(object)

Arguments

object

an object of class resASICS

Value

The respective slot from resASICS object.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
cur_path <- system.file("extdata", "example_spectra", "AG_faq_Beck01",
                        package = "ASICS")
to_exclude <- matrix(c(4.5,5.1,5.5,6.5), ncol = 2, byrow = TRUE)
result <- ASICS(path = cur_path, exclusion.areas = to_exclude)

#Identified metabolites
present_metabolites(result)


## End(Not run)

ASICS documentation built on Jan. 23, 2018, 5:51 p.m.