asymmetryCheck: Plot asymmetry coefficients for the observed data and compare...

Description Usage Arguments Value Author(s) Examples

Description

Produces a boxplot for the asymmetry coefficients for each row in the input matrix. Normal observations are simulated using the observed sample means and variances, and their asymmetry coefficients are added to the plot.

Usage

1

Arguments

x

ExpressionSet, matrix or data.frame with genes/isoforms in rows

...

Other arguments to be passed on to codeplot

Value

Boxplot with asymmetry coefficients for observed and simulated Normal data

Author(s)

David Rossell

Examples

1
2
3
4
mu <- rnorm(100)
x <- matrix(rnorm(100*5,mu),ncol=5)

asymmetryCheck(x)

casper documentation built on Dec. 17, 2020, 2:01 a.m.