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