Description Usage Arguments Value Examples
The output of RA3 can also be implemented in trajectory inference. This function uses the extracted features from RA3 for trajectory inference by slingshot.
1 | RA3_TrajInf(DRres_mat, cluster_assign, rand_seed = 23)
|
DRres_mat |
the extracted features H output by runRA3, colomns referring to cells |
cluster_assign |
the estimated cluster labels |
rand_seed |
random seed set for tsne plot, default value is set as 23 |
A list containing following items:
tsne |
matrix containing tsne representation, calculated using random seed 'rand_seed' |
sds.new |
A SlingshotDataSet containing curves. This contains the curves representing the estimated cell lineages. |
1 | result <- RA3_TrajInf(DRres_mat,cluster_assign,rand_seed = 23)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.