call_doublets | R Documentation |
Call trancriptomes as doublets or singlets
call_doublets(
scrublet_obj,
threshold = NULL,
python_home = Sys.which("python"),
return_obj = TRUE
)
scrublet_obj |
The result from |
threshold |
Doublet score threshold for calling a transcriptome a doublet.
If |
python_home |
The python home directory where Scrublet is installed |
return_obj |
If FALSE, only return a logical vector show doublet, or a python scrublet object. |
return a logical vector or a python scrublet object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.