Usage
plotExpr(gene, minProbExpr = 0.5, minExpr = 0.1, xlab = "(kb)", ylab = "", xlim, cex = 1, yaxt = "n", col, ...)
Arguments
gene
denovoGeneExpr
object containing results for a
single gene, as returned by
calcDenovo
.
minProbExpr
Variants with marginal posterior probability of
expression below minProbExpr
are not reported
minExpr
Variants with (marginal) estimated expression below
minExpr
are not reported. Can be useful to remove sequence
preference artifacts.
xlab
x-axis label, passed on to plot
ylab
y-axis label, passed on to plot
xlim
x-axis limits, passed on to plot
cex
Character expansion, passed on to plot
yaxt
Type of y-axis, passed on to plot
col
Colors for each variant, defaults to rainbow colors. It is
possible to specify a single color.
...
Other arguments to be passed on to plot