powerShow function

Function for displaying TSS distributions

Function for displaying TSS distributions

showTSSdata - This function plots histograms of TSS data.

showTSSdata(tss_data, main = NULL, xlab = NULL, sig_lvl = 0.05, ...)

Arguments

  • 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().

Returns

showTSSdata No return value, called for side effects (plotting).

Examples

showTSSdata(tss_data = getTSSdata_trees(tss = c("Colless", "Sackin"), treeList = lapply(1:20L, function(x) genYuleTree(10))), breaks=15)
  • Maintainer: Sophie Kersting
  • License: GPL (>= 3)
  • Last published: 2024-08-16

Useful links