plotTimeSeriesClusters {TimeSeriesExperiment} | R Documentation |
Plots timecourse (aggregated over replicates) feature data faceted by computed clusters and experimental group.
plotTimeSeriesClusters(object, features = NULL, transparency = 0.5, ncol = 4, scales = "free")
object |
A |
features |
A vector of names of selected features to plot. |
transparency |
transparency of trajectory lines. |
ncol |
number of columns in the factet plot. |
scales |
character scalar indecating facet scales, by default "free". |
ggplot object
data("endoderm_small") endoderm_small <- clusterTimeSeries(endoderm_small) plotTimeSeriesClusters(endoderm_small)