plotCorrelation.RdCalculates 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")
| 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". |
# \donttest{ plotCorrelation(exampleTSSr, samples = "all")#>#> pdf #> 2# }