broadinstitute / CellBender

CellBender is a software package for eliminating technical artifacts from high-throughput single-cell RNA sequencing (scRNA-seq) data.
https://cellbender.rtfd.io
BSD 3-Clause "New" or "Revised" License
271 stars 50 forks source link

Number of cells after cellbender much more than number of cells from cellranger (filtered) #358

Open pc2001 opened 1 month ago

pc2001 commented 1 month ago

Hi,

I am running CellBender 0.3.0 with default parameters. In one sample, the number of cells after processing through cellbender (N ~ 67000) are considerably more than output from cellranger (N ~ 9600 for filtered). command: cellbender remove-background --input raw_feature_bc_matrix.h5 --output ${FASTQ.ID}.cellbender.h5 The cellbender metrics, where most of the barcodes are considered to have cells looks like: Screenshot 2024-05-20 at 8 37 27 AM

Thanks!