Learn R Programming

dynOmics (version 1.2)

summary.associations: Summary of a associations Object

Description

Summarises the associations object returned by the associateData method.

Usage

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

Arguments

object

An object of class associations .

...

Additional arguments which are passed to summary.

Value

summary of the associations object.

Examples

Run this code
# NOT RUN {
data(Metabolites)
data(Transcripts)
associations <- associateData(Metabolites[,1],Transcripts[,c(1:50)])
summary(associations)
# }

Run the code above in your browser using DataLab