slingshotExample | R Documentation |
This simulated dataset contains a low-dimensional representation
of two bifurcating lineages (rd
) and a vector of cluster labels
generated by k-means with K = 5
(cl
).
data("slingshotExample")
rd
is a matrix of coordinates in two dimensions, representing
140 cells. cl
is a numeric vector of 140 corresponding cluster
labels for each cell.
Simulated data provided with the slingshot
package.
data("slingshotExample")
rd <- slingshotExample$rd
cl <- slingshotExample$cl
slingshot(rd, cl)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.