summary-nmrnormRes | R Documentation |
For creating a summary of an S3 object of type 'nmrnormRes'
## S3 method for class 'nmrnormRes'
summary(object, ...)
object |
object of type nmrnormRes, created by
|
... |
further arguments passed to or from other methods. |
data frame object
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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.