Will generate a trajectory using CellRouter.
This method was wrapped inside a container. The original code of this method is available here.
ti_cellrouter(ndim_pca = 20L, ndim_tsne = 11L, max_iter = 1000L, cluster_method = "graph.clustering", k_clustering = 20L, ndim_pca_clustering = 20L, k_knn = 10L, ndim_pca_knn = 20L, sim_type = "jaccard", distance_method_paths = "graph", ranks = "rank", num_cells = 3L, neighs = 3L, perplexity = 30L, run_environment = NULL)
| ndim_pca | integer; Number of principlal components to compute (default:
|
|---|---|
| ndim_tsne | integer; Number of tsne dimensions to compute (default: |
| max_iter | integer; Maximal number of tsne iterations (default: |
| cluster_method | discrete; Method to use for clustering (default:
|
| k_clustering | integer; Number of nearest neighbors to build a k-nearest
neighbors graph for clustering (default: |
| ndim_pca_clustering | integer; Number of PCA dimensions used for k-nearest
neighbors graph for clustering (default: |
| k_knn | integer; Number of nearest neighbors to build a k-nearest
neighbors graph for knn (default: |
| ndim_pca_knn | integer; Number of PCA dimensions used for knn (default:
|
| sim_type | discrete; Similarity type for knn (default: |
| distance_method_paths | discrete; Distance method for paths (default:
|
| ranks | discrete; How to rank the paths (default: |
| num_cells | integer; Trajectories should contain at least num.cells
(default: |
| neighs | integer; The size of the neighborhood in kNN graph used to
smoothen kinetic profiles (default: |
| perplexity | numeric; Perplexity parameter for tsne (default: |
| run_environment | In which environment to run the method, can be |
A TI method wrapper to be used together with
infer_trajectory
Lummertz da Rocha, E., Rowe, R.G., Lundin, V., Malleshaiah, M., Jha, D.K., Rambo, C.R., Li, H., North, T.E., Collins, J.J., Daley, G.Q., 2018. Reconstruction of complex single-cell trajectories using CellRouter. Nature Communications 9.