| FindDoublets.All | R Documentation |
Call doublets based on doublet scores and a user-specified doublet rate on multiple datasets.
FindDoublets.All(score.list.all, rate)
score.list.all |
A list of doublet scores on multiple dataset. |
rate |
A user-specified doublet rate (from 0 to 1). |
A list of doublet indices for different doublet-detection methods on multiple datasets.
doublet.list.all <- FindDoublets.All(score.list.all = score.list.all, rate = .1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.