plotInterQuantile.RdPlots histograms of the interquantile width of processed clusters.
plotInterQuantile(object, samples ="all", tagsThreshold = 1) # S4 method for TSSr plotInterQuantile(object, samples = "all", tagsThreshold = 1)
| object | A TSSr object. |
|---|---|
| samples | Specify samples to be plotted. Default is "all". |
| tagsThreshold | Excludes clusters with tags < tagsThreshold. |
# \donttest{ plotInterQuantile(exampleTSSr, samples = "all")#>#> pdf #> 2# }