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 TSSr
plotCorrelation(object, samples = "all")

Arguments

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".

Examples

# \donttest{ plotCorrelation(exampleTSSr, samples = "all")
#> Plotting TSS correlations...
#> pdf #> 2
# }