HybridDemultiplexing | R Documentation |
function for HybridDemultiplexing
HybridDemultiplexing(
object = NULL,
cellhashing_label = NULL,
genotype_label = NULL,
hto_names = NULL,
c_threshold = 0.7,
snp_doublet_label = "doublet",
snp_unassign_label = "unassigned",
cellhashing_doublet_label = "Doublet",
cellhashing_negative_label = "Negative",
pair_info = NULL
)
object |
Seurat object |
cellhashing_label |
label name for cell hashing in the meta data |
genotype_label |
label name for snp-based method in the meta data |
hto_names |
a vector of all HTO names |
c_threshold |
threshold of convergence score, default is 0.7. |
snp_doublet_label |
doublet label in SNP results. |
snp_unassign_label |
unassigned label in SNP results. |
cellhashing_doublet_label |
doublet label in cell hashing results. |
cellhashing_negative_label |
negative label in cell hashing results. |
pair_info |
Users can provide a list of paired hashtags and genotype groups. For example: pair <- list("Hashtag1" = "singlet0","Hashtag2" = "singlet1","Hashtag3" = "singlet2") |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.