Skip to content

U54Bioinformatics/02J_scRNAseq_Doublet_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

02J_scRNAseq_Doublet_Detection

to run DoubletFinder[1]

to run Scrublet[2]

use Scrublet.sh

reference

[1] McGinnis, C. S., Murrow, L. M., & Gartner, Z. J. (2019). DoubletFinder: doublet detection in single-cell RNA sequencing data using artificial nearest neighbors. Cell systems, 8(4), 329-337.
[2] Wolock, S. L., Lopez, R., & Klein, A. M. (2019). Scrublet: computational identification of cell doublets in single-cell transcriptomic data. Cell systems, 8(4), 281-291.


* about the cell annotation file:

The input "cell annotation" should be in the format of tab-delimited plain text file, looking like so:

Cell CellType
Cell.1 Celltype1
Cell.2 Celltype2
Cell.3 Celltype3
Cell.4 Celltype1
... ...

* about the sample_file:

Jeff:

  • DoubletFinder looks for possible pairs of cells that were merged when preparing the 10x samples. Thus, you should run the doublet detection only on cells from a single sample. It doesn't really make sense to run on cells from different samples since they can't form doublets if they prepared together. If cells are from multiple samples, you can supply a "sample_file" that tells BETSY which sample each cell is from.
  • You can leave sample_file out if all the cells in your gene expression file are from the same sample.

The input "sample_file" should be in the format of tab-delimited plain text file, looking like so:

Cell Sample
Cell.1 SampleA
Cell.2 SampleB
Cell.3 SampleC
Cell.4 SampleA
... ...

Here's an example of the sample_file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages