Description Usage Arguments Value
Determine the order of by solving travel saleman problem.
1 2 | find_order(mat, labels, reverse = FALSE, metric = "pearson",
method = "farthest_insertion", seed = 1)
|
mat |
Expression matrix, columns are cells and rows are genes. |
labels |
Cluster labels on the row of mat. |
reverse |
Reverse the path. |
metric |
Metric used to compute the paired distance - default is pearson correlation distance. |
method |
Method to solve the TSP, see |
seed |
Random seed. |
Path indice of the clusters.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.