Description Usage Arguments Details Author(s) See Also Examples
Plots ExpressionTimeSeries data.
1 | plotTimeseries(data, nameMapping = NULL)
|
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. |
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.
Antti Honkela
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,])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.