Learn R Programming

pmartR (version 2.4.6)

summary-nmrnormRes: Summary of nmrnormRes Object

Description

For creating a summary of an S3 object of type 'nmrnormRes'

Usage

# S3 method for nmrnormRes
summary(object, ...)

Value

data frame object

Arguments

object

object of type nmrnormRes, created by normalize_nmr

...

further arguments passed to or from other methods.

Examples

Run this code
if (FALSE) { # requireNamespace("pmartRdata", quietly = TRUE)
library(pmartRdata)
mynmr <- edata_transform(
  omicsData = nmr_identified_object,
  data_scale = "log2"
)
nmr_norm <- normalize_nmr(
  omicsData = mynmr, apply_norm = FALSE,
  sample_property_cname = "Concentration"
)
mysummary <- summary(nmr_norm)
}

Run the code above in your browser using DataLab