showTSSdata {poweRbal}R Documentation

Function for displaying TSS distributions

Description

showTSSdata - This function plots histograms of TSS data.

Usage

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

Value

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)

[Package poweRbal version 0.0.1.1 Index]