Description Usage Arguments Value Examples
Find the cluster assignment for timecourse features. Clustering computed for top "n.top.feat" features most variable over time in each of the selected "groups" using time-series expression (collpased over replicates). The cluster assignment of the remaining genes is based on the distance to the closest cluster centroid previously obtained. Hierarchical clustering is performed and both static and dynamic branch cutting algorithm are available for assigning cluster membership.
1 2 3 4 5 6 7 | clusterTimeSeries(
object,
n.top.feat = 1000,
groups.selected = "all",
lambda = c(0.5, 0.25),
clust.params = list()
)
|
object |
A |
n.top.feat |
A number of top most variable time-course features to use for clustering. |
groups.selected |
One or multiple groups from |
lambda |
Weights for each lag difference, for time-course data.
Length of |
clust.params |
A list contating arguments for hierarchical clustering.
For details see |
a TimeSeriesExperiment
object with cluster assignment stored
in cluster.map
slot.
1 2 3 | data("endoderm_small")
endoderm_small <- clusterTimeSeries(endoderm_small)
head(clusterMap(endoderm_small))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.