nasqar / seuratv3wizard

A web-based interactive (wizard style) application to perform a guided single-cell RNA-seq data analysis and clustering based on Seurat v3
http://nasqar.abudhabi.nyu.edu/SeuratV3Wizard
GNU General Public License v3.0
32 stars 14 forks source link

Improvement: select the cells according to nCount_RNA in the "VlnPlot (Filter Cells)" tab. #12

Open mAGLAVE opened 3 years ago

mAGLAVE commented 3 years ago

Hello, it's me again. Another suggestion for improvement: To select the cells according to nCount_RNA in the "VlnPlot (Filter Cells)" tab. Filtering on nFeature_RNA eliminates heterotypic doublets (2 different cell types, which express different genes: nFeature_RNA and nCount_RNA are higher). Filtering on nCount_RNA eliminates heterotypic doublets, and also homotypic doublets (2 cells of the same type, which express the same genes: nCount_RNA is higher but nFeature_RNA remains unchanged).