Description Usage Arguments Value
This computes the pairwise distances between cells according to the pseudotime estimates and truetime points, and then returns the Spearman correlation between these distances. It is recommended to normalize the pseudotime and truetime values before calling this function.
1 | distance_correlation(pseudotime, truetime)
|
pseudotime |
An n-vector of pseudotime estimates. |
truetime |
An n-vector of true time values. |
The spearman correlation between computed distances.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.