Do I need to perform basic filtering before using scrublet?
1
0
Entering edit mode
8 months ago
bioinfo ▴ 150

Hello,

I am analyzing single cell gene expression data and I would like to use scrublet to remove doublets. Do I need to perform basic filtering like shown below before using scrublet or should I just use scrublet right after importing the h5 matrix file?

Basic filtering:

sc.pp.filter_cells(sample, min_genes=200)

sc.pp.filter_genes(sample, min_cells=3)

Thank you

scanpy scrublet • 581 views
ADD COMMENT
1
Entering edit mode
8 months ago
bk11 ★ 2.4k

You can perform doublet detection before your basic filtering too but if you do after it will much faster in memory wise.

ADD COMMENT

Login before adding your answer.

Traffic: 2379 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6