function to filter doublet cells
1 2 3 4 5 6 7 | getDoubletsDF(
object = NULL,
sampleCol = NULL,
cutEnrich = 1,
cutScore = -Inf,
filterRatio = 1
)
|
object |
a Seurat Object. |
sampleCol |
which column in metadata as Sample |
cutEnrich |
DoubletEnrichment value to cutoff |
cutScore |
DoubletScore value to cutoff |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.