Description Usage Arguments Value Examples
Plots timecourse (aggregated over replicates) feature data faceted by computed clusters and experimental group.
1 2 3 4 5 6 7 | 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
1 2 3 | data("endoderm_small")
endoderm_small <- clusterTimeSeries(endoderm_small)
plotTimeSeriesClusters(endoderm_small)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.