powered by
associations
Summarises the associations object returned by the associateData method.
associateData
# S3 method for associations summary(object, ...)
An object of class associations .
Additional arguments which are passed to summary.
summary
summary of the associations object.
# 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