Description Usage Arguments Details Methods Examples
Plots variants with sufficiently large posterior probability of being expressed along with their (marginal) estimated expression.
1 2 |
gene |
|
minProbExpr |
Variants with marginal posterior probability of
expression below |
minExpr |
Variants with (marginal) estimated expression below
|
xlab |
x-axis label, passed on to |
ylab |
y-axis label, passed on to |
xlim |
x-axis limits, passed on to |
cex |
Character expansion, passed on to |
yaxt |
Type of y-axis, passed on to |
col |
Colors for each variant, defaults to rainbow colors. It is possible to specify a single color. |
... |
Other arguments to be passed on to |
The marginal posterior probability that a variant is expressed is the sum of the posterior probabilities of all models containing that variant.
The marginal estimated expression is the average expression across all models (including those where the variant has 0 expression) weighted by the posterior probability of each model.
signature(gene = "denovoGeneExpr")
gene
contains the results from a de novo isoform expression
analysis for a single gene, as returned by calcDenovo
. When
calcDenovo
is run on multiple genes simultaneously, the
desired gene can be selected using the "[[" operator as usual.
1 | #See calcDenovo examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.