View source: R/utility_functions.R
rmDuplicateGenes | R Documentation |
Remove duplicate genes from Seurat Object.
rmDuplicateGenes(object, retain.graphs = T)
object |
Seurat Object |
retain.graphs |
Logical specifying whether to retain graphs in subset Seurat object because Seurat::subset function inherently removed the graphs. Default is TRUE. |
Seurat object
Nicholas Mikolajewicz
so.query <- rmDuplicateGenes(so.query, retain.graphs = T)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.