DoubletDecon
DoubletDecon copied to clipboard
A tool for removing doublets from single-cell RNA-seq data
I've a SeuratObject Leaf_frozen and I'm using this data into **DoubletDecon**'s `Improved_Seurat_Pre_Process()` as shown below- `Leaf_processed
Hi,all I running 40 PBMC samples,but just two samples have error in Main_Doublet_Decon, error message: WARNING: if using ICGS2 file input, please import 'rawDataFile' and 'groupsFile' as path/location instead of...
I tried demo code using the pbmc_small object, using the following code ` newFiles=Improved_Seurat_Pre_Process(seuratObject=pbmc_small, num_genes=50, write_files=FALSE) write.table(newFiles$newExpressionFile, paste0(filename,"exp"), sep="\t") write.table(newFiles$newGroupsFile, paste0(filename,"grp"), sep="\t", col.names = F) filename="PBMC_example" location=output_dir results=Main_Doublet_Decon(rawDataFile=paste0(filename,"exp"), groupsFile=paste0(filename,"grp"), filename=filename,...
Hi all, I'm having trouble successfully running the test for rho-prime values in the UI (as well as running DoubletDecon in full). For some reason, it successfully runs the first...
Hi all- I am trying to run the Main_Doublet_Decon as this: results
Hi all- I am trying to install but got a series of dependency issues. The latest appears to be part of shiny but that installed fine. Here's the session info:...
Hi, I'm trying to run Improved_Seurat_Pre_Process on a Seurat object that i've used with Seurat v4. I'm getting the following error after the marker-finding step: ``` {r} NAs introduced by...
Hi, I'm currently working on scRNAseq analysis using RStudio on Windows, R v4.0.5. and am seeing some clusters that appear to be made up of cells with features from other...
Based upon previous exploration of the data, I suspect that some cells with high cell cycle related gene expression are being called as doublets (likely because I have 2 or...
I am getting the following error when using `Main_Doublet_Decon` ``` [1] "Reading data..." [1] "Processing raw data..." [1] "Combining similar clusters..." Error in data.frame(..., check.names = FALSE) : arguments imply...