| FindTempDE.All | R Documentation |
Infer temporally DE genes by Slingshot and GAM model on multiple datasets. Calculate corresponding precision, recall, and TNR of identified doublets.
FindTempDE.All(data.list, gene.de)
data.list |
A list of scRNA-seq count matrix. |
gene.de |
A vector of ground-truth temporally DE genes. |
A list of precision, recall, and TNR of identified temporally DE genes on multiple datasets.
doublet.list <- FindDoublets(score.list = score.list, rate = 0.2) data.removal.list <- RemoveDoublets.Method(count = count, label = label, doublet.list = doublet.list) data.removal.list[['Clean Data']] <- list(count=count.clean, label=label.clean) de.temp.result.all <- FindTempDE.All(data.list=data.removal.list, gene.de=gene.de)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.