quantifyExpressionsFromTrAbundance: Given introns and exons abundances (for example RPKMs) this...

Description Usage Arguments Value

View source: R/quantifyExpressionsFromTrAbundance.R

Description

Given introns and exons abundances (for example RPKMs) this method returns their variances evaluated thorugh plgem.

Usage

1
2
3
4
5
6
quantifyExpressionsFromTrAbundance(
  trAbundaces,
  experimentalDesign,
  varSamplingCondition = NULL,
  simulatedData = FALSE
)

Arguments

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.

Value

A list containing RPKMs and associated variances for exons and introns.


ste-depo/INSPEcT documentation built on Oct. 3, 2020, 9:14 p.m.