Function for displaying TSS distributions
showTSSdata
- This function plots histograms of TSS data.
showTSSdata(tss_data, main = NULL, xlab = NULL, sig_lvl = 0.05, ...)
tss_data
: Numeric matrix of TSS values (one row per TSS). The row names are used as names for the TSS.main
: Title (default = NULL). A generic title is created by default.xlab
: Label of x-axis (default = NULL). A generic label is created by default.sig_lvl
: Level of significance (default=0.05, must be >0 and <1)....
: Add further specifications for plot()
.showTSSdata
No return value, called for side effects (plotting).
showTSSdata(tss_data = getTSSdata_trees(tss = c("Colless", "Sackin"), treeList = lapply(1:20L, function(x) genYuleTree(10))), breaks=15)
Useful links