correlationPseudotime | R Documentation |
Computes the correlation between the gene expression and the pseudotime of for each trajectory using a specified method.
correlationPseudotime(object, type = c("slope", "spearman", "pearson")) ## S4 method for signature 'CellRouter' correlationPseudotime(object, type = c("slope", "spearman", "pearson"))
object |
CellRouter object. |
type |
character; correlation method: linear regression (slope), spearman or pearson. |
CellRouter object with the correlation slot updated.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.