plotCorrelation: Pairwise scatter plots and correlations of TSS signal

plotCorrelationR Documentation

Pairwise scatter plots and correlations of TSS signal

Description

Calculates the pairwise correlation coefficients between samples and creates a matix showing pairwise scatter plots and correlation coefficients.

Usage

plotCorrelation(object, samples = "all")

## S4 method for signature '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".

Value

pairwise correlations visualized in a graph

Examples

data(exampleTSSr)
#plotCorrelation(exampleTSSr, samples = "all")


Linlab-slu/TSSr documentation built on Oct. 24, 2023, 8:32 p.m.