Plots histograms of the interquantile width of processed clusters.

plotInterQuantile(object, samples ="all", tagsThreshold = 1)

# S4 method for TSSr
plotInterQuantile(object, samples = "all", tagsThreshold = 1)

Arguments

object

A TSSr object.

samples

Specify samples to be plotted. Default is "all".

tagsThreshold

Excludes clusters with tags < tagsThreshold.

Examples

# \donttest{ plotInterQuantile(exampleTSSr, samples = "all")
#> Plotting interquantile graphs...
#> pdf #> 2
# }