DoubletFinder | R package for detecting doublets
kandi X-RAY | DoubletFinder Summary
kandi X-RAY | DoubletFinder Summary
DoubletFinder can be broken up into 4 steps:. (1) Generate artificial doublets from existing scRNA-seq data. (2) Pre-process merged real-artificial data. (3) Perform PCA and use the PC distance matrix to find each cell's proportion of artificial k nearest neighbors (pANN). (4) Rank order and threshold pANN values according to the expected number of doublets.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of DoubletFinder
DoubletFinder Key Features
DoubletFinder Examples and Code Snippets
Community Discussions
Trending Discussions on DoubletFinder
QUESTION
I'm trying to run DoubletFinder on a seurat object resulting from the integration of various datasets.
The Seurat object has 2 assays: RNA & integrated.
The integrated seurat object have been fully processed:
Normalization and FindVariableFeature pre-integration
ScaleData, RunPCA, FindNeighbors, FindClusters, RunUMAP on the integrated object.
The paramSweep_v3() function of DoubletFinder gives the following output:
...ANSWER
Answered 2020-Jun-18 at 19:11the DoubletFinder readme clearly states that you shouldn't run it on an aggregated dataset. It will produce false artificial doublets:
[https://github.com/chris-mcginnis-ucsf/DoubletFinder][1]
Do not apply DoubletFinder to aggregated scRNA-seq data representing multiple distinct samples (e.g., multiple 10X lanes). For example, if you run DoubletFinder on aggregated data representing WT and mutant cell lines sequenced across different 10X lanes, artificial doublets will be generated from WT and mutant cells, which cannot exist in your data. These artificial doublets will skew results. Notably, it is okay to run DoubletFinder on data generated by splitting a single sample across multiple 10X lanes.
I did it by reading in the individual samples, cluster them individually, run DoubletFinder, remove doublets and then run the integration workflow.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install DoubletFinder
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page