Description Usage Arguments Value Examples
The functions returns a matrix of correlation coefficients and/or a set of scatterplots showing the relationship between samples
1 | getCorrelation(object,method="pearson",plot=FALSE)
|
object |
a methylBase object |
method |
a character string indicating which correlation coefficient (or covariance) is to be computed (default:"pearson", other options are "kendall" and "spearman") |
plot |
scatterPlot if TRUE (default:FALSE) |
a correlation matrix object and plot scatterPlot
1 2 | data(methylKit)
getCorrelation(methylBase.obj,method="pearson",plot=FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.