Learn R Programming

INSPEcT (version 1.2.2)

plotGene: Plot the pre-modeled and modeled profiles for one gene

Description

Plot the pre-modeled and modeled profiles for one gene

A method to see the shapes of the estimated synthesis, degradation and processing rates, pre-mRNA and total mRNA concentrations (solid thin lines) their variances (dashed lines) and the modeled rates and concentrations (ticker solid line) of a single gene.

Usage

plotGene(object, ix, fix.yaxis = FALSE)
"plotGene"(object, ix, fix.yaxis = FALSE)

Arguments

object
An object of class INSPEcT
ix
Eiher a rowname or a row number to select one single gene
fix.yaxis
A logical, indicating whether the limits for y-axis of degradation and processing rates should be fixed relative to their distributions

Value

A list containing total mRNA levels and their confidence interval (levels plus and minus one standard deviation), pre-mRNA lelevs and their confidence intervals, synthsis rates and their confidence intervals, degradation rates and processing rates of the selected gene.

Examples

Run this code
data('mycerIds10', package='INSPEcT')
plotGene(mycerIds10, 1)

Run the code above in your browser using DataLab