plotCorrelation | R Documentation |
Calculates the pairwise correlation coefficients between samples and creates a matix showing pairwise scatter plots and correlation coefficients.
plotCorrelation(object, samples = "all")
## S4 method for signature 'TSSr'
plotCorrelation(object, samples = "all")
object |
A TSSr object. |
samples |
Specify samples to be plotted. Can be either "all" to plot all samples in the object or a subset of samples in the object. Default is "all". |
pairwise correlations visualized in a graph
data(exampleTSSr)
#plotCorrelation(exampleTSSr, samples = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.