Description Objects from the Class Slots Methods Author(s) See Also Examples
denovoGeneExpr
stores inferred expression for de novo splicing
variants for a single gene.
denovoGenomeExpr
stores the information for several genes
(typically, the whole genome).
Objects are returned by calcDenovo
. When running
calcDenovo
on multiple genes results are returned in a
denovoGenomeExpr
object. Results for a single gene can be
retrieved using the [[ operator as usual, which returns a
denovoGeneExpr
object.
data.frame
containing the posterior
probability of each model
data.frame
with the estimated expression of
each variant under each model
matrix
indicating the exons contained in
each variant.
Sum of the log(integrated likelihood) + log(model prior probability) across all considered models.
Number of paths that had 0 probability under all considered variants and had to be excluded for model fitting purposes.
Input parameter to calcDenovo
Length of transcripts in bp (including new isoforms found by casper)
signature(object = "denovoGeneExpr")
: Displays
general information about the object.
Show names (island ids)
Selects a subset of genes
Selects a single gene
Accesses the posterior probabilities of each model (slot posprob)
Accesses the variant names and their respective exons
Replaces the value of the slot variants (can be useful for renaming variants, for instance)
David Rossell
calcDenovo
to create objects from the class.
denovoExpr
to obtain expression estimates from
denovoGenomeExpr
objects.
1 | showClass("denovoGeneExpr")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.