Description Usage Arguments Value
View source: R/quantifyExpressionsFromTrAbundance.R
Given introns and exons abundances (for example RPKMs) this method returns their variances evaluated thorugh plgem.
1 2 3 4 5 6 | quantifyExpressionsFromTrAbundance(
trAbundaces,
experimentalDesign,
varSamplingCondition = NULL,
simulatedData = FALSE
)
|
trAbundaces |
A a list with elements "exonsAbundances" and "intronsAbundances". |
experimentalDesign |
A numerical which reports the desing of the experiment in terms of time points and replicates. The time points must be ordered according to the columns of the count matrices submitted for the analysis; these labels define conditions and replicates. |
varSamplingCondition |
A character reporting which experimental condition should be used to sample the variance if DESeq2 = FALSE. |
simulatedData |
A boolean which is TRUE if the data under analysis are simulated. |
A list containing RPKMs and associated variances for exons and introns.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.