calculate_distance | R Documentation |
calculate_distance()
is a function that allows users to calculate
pairwise distances between samples from different time points to
investigate the similarity of progression before or after registration.
calculate_distance(results, type = c("registered", "all"), genes_list = NULL)
results |
Result of registration process using |
type |
Whether to calculate distance considering only "registered" genes (default) or "all" genes. |
genes_list |
Optional vector indicating the |
This function returns a dist_greatR
object containing two data frames:
registered |
pairwise distance between scaled reference and query expressions using registered time points. |
original |
pairwise distance between scaled reference and query expressions using original time points. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.