DoubletDecon
DoubletDecon copied to clipboard
A tool for removing doublets from single-cell RNA-seq data
I got this error while executing Main_Doublet_Decon function with a particular Seurat Object. Changing the Seurat Object (another dataset) removed the error. Any clues? This is how I proceeded from...
Hello all, I'm very new to coding and Seurat and everything here so my apologies in advance if this question doesn't have all the necessary coding information that one would...
Hi there, I saw a similar issue opened when running the package command line, but I am running the GUI. In the console showing the current progress, I get the...
There are currently issues with shinyDirectoryInput which relies on clunky PowerShell Scripts and Batch Files to launch a native Windows-specific directory selection dialog. This is causing DoubletDecon's "Select input file...
Hi, I am using the DoubletDecon on a Seurat v3 data following the improved seurat preprocessing steps. I have to use rho=0.7 as higher values flags an error. However, I...
Hi, I got the following error when running DoubletDecon, could anyone give some suggestion? Thanks. Combining similar clusters... Creating synthetic doublet profiles... Step 1: Removing possible doublets... Step 2: Re-clustering...
Hello, I ran following code `> wt1cx wt1cx[["percent.mt"]] wt1cx 500 & nFeature_RNA < 5000 & percent.mt < 10) > wt1cx wt1cx wt1cx.allgenes wt1cx wt1cx wt1cx wt1cx library(DoubletDecon) > Improved_Seurat_Pre_Process(wt1cx, num_genes=50,...
The number of cores used in parallel processing is no longer set to the max available, but chosen by the user (default is 4). No UI implementation yet (if this...
Dependancies will install when `install_github` is called (including CRAN and Bioconductor packages). Code to install dependancies provided in README for convenience only. This should not be needed. See here for...
Hi, When I ran doublet decon, after the data cleaning and preparation steps (It was very hard to mimic your custer/top50genes/counts etc data, because clear instructions weren't given), it ran...