Learn R Programming

HTShape (version 1.0.0)

plotSO: The Symmetry Outlier Plot.

Description

The Symmetry Outlier Plot.

Usage

plotSO(t3, t4, dataName = "Data name", medianCol = "gray90", defaultLook = TRUE, verbose = FALSE, ...)

Arguments

t3
a vector containing L-skew estimates for each gene.
t4
a vector containing L-kurt estimates for each gene.
dataName
character vector indicating name of dataset.
medianCol
color of L-skew and L-kurt median lines (Default = "red")
defaultLook
determines whether the default appearance of the (L-skew, L-kurt) points is used (Default=TRUE).
verbose
indicates whether to printout the L-skew summary (Default = FALSE).
...
arguments to control the (L-skew, L-kurt) points if defaultLook = FALSE.