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