plotTimeseries: Plot ExpressionTimeSeries data

Description Usage Arguments Details Author(s) See Also Examples

View source: R/GPPlot.R

Description

Plots ExpressionTimeSeries data.

Usage

1
plotTimeseries(data, nameMapping = NULL)

Arguments

data

An ExpressionTimeSeries object.

nameMapping

The annotation used for mapping the names of the genes for the figures. By default, the SYMBOL annotation for the array is used, if available.

Details

The function plots the expression levels from an ExpressionTimeSeries object and the associated standard deviations. If the object includes multiple time series, they will be plotted in the same figure, but slightly shifted.

Author(s)

Antti Honkela

See Also

processData.

Examples

1
2
3
4
5
6
  # Load a mmgmos preprocessed fragment of the Drosophila developmental
  # time series
  data(drosophila_gpsim_fragment)

  # Plot the first two genes
  plotTimeseries(drosophila_gpsim_fragment[1:2,])

ahonkela/tigre documentation built on Aug. 6, 2021, 12:08 p.m.