| FindTempDE | R Documentation |
Infer temporally DE genes by Slingshot and GAM model on one dataset. Calculate precision, recall, and TNR of identified doublets.
FindTempDE(count, gene.de)
count |
A scRNA-seq data matrix. |
gene.de |
A vector of ground-truth temporally DE genes. |
A list of precision, recall, and TNR of identified temporally DE genes.
data.trajectory <- readRDS('.../sim_temporally_DE.rds')
count <- data.trajectory$count
gene.de <- data.trajectory$gene.de
de.temp.list <- FindTempDE(count=count, gene.de=gene.de)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.