Description Usage Arguments Methods Examples
Plots the prior distribution on the number of expressed variants and the
number of exons per variant in genes with exons
exons
(as returned by function modelPrior
).
The prior distribution is compared to the observed frequencies to check
that the assumed distributional forms are reasonable.
1 2 | plotPriorAS(object, type="nbVariants", exons=1:9, xlab,
ylab="Probability", col=c("red","blue"))
|
object |
|
type |
Set to |
exons |
Vector with integers. The plot is only produced with
number of exons indicated in |
xlab |
x-axis label, passed on to |
ylab |
y-axis label, passed on to |
col |
Colors for bars showing prior probabilities and frequencies in the known genome |
signature(object = "modelPriorAS")
object
contains the prior distribution on the model space, as
returned by function modelPrior
1 | #See modelPrior examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.