單個細胞類型的識別是多細胞樣品研究的基礎。單細胞RNAseq技術允許對單個細胞進行高通量的表達分析,極大地提高了我們完成這項任務的能力。目前,大多數scna -seq數據分析都是采用無監督聚類方法進行的。根據豐富的marker基因,亞群通常被分配到不同的細胞類型。然而,這個過程是低效和武斷的。在本研究中,我們提出了一個訓練可擴展監督分類器的技術框架,以便在輸入單細胞表達譜時就能顯示單細胞的身份。通過使用多個scna -seq數據集,證明了該方法與傳統方法相比具有較高的精度、魯棒性、兼容性和可擴展性。我們使用兩個模型升級的例子來演示如何實現單元類型分類器的預測演化。
一款在線做單細胞細胞類型定義的工具被開發出來了!
- 只需要輸入cellranger結果即可
- 在線,操作方便
- 基于Seurat,界面其實是一個shiny項目
- Python環境
- 目前只能做人和小鼠。
操作及其簡單:
需要注冊:
在線網站: SuperCT
上傳矩陣即可:
When uploading 10xgenomics file, you need to compress the 3 files ‘genes.tsv’, ‘barcodes.tsv’ and ‘matrix.tsv’ under ‘filtered_gene_bc_matrices’.
等待:
細胞定義結果:
導出CSV:
下面是簡單介紹。
SuperCT: a supervised-learning framework for enhanced characterization of single-cell transcriptomic profiles
Overview of SuperCT framework and the high concordance between the original MCA cell-type annotations and the SuperCT predictions. (A) The workflow of SuperCT training, prediction and upgrade. (B) The two upgrades that lead to the optimized or expanded SuperCT classifier. (C) The overview of TMC data original labels in comparison with SuperCT v2m predictions.
The outperformance of SuperCT over traditional UC-based methods. (A) Discordant cell labels by TMC and by SuperCT v2m predictions in spleen tissue: monocyte/macrophage versus dendritic cell. (B) The higher signal of dendritic cell signature genes suggests the SuperCT gives more convincing labels. (C) Down-sampling makes the minor cell populations lose the power to form discernable cluster but SuperCT can still characterize the cell type. (D) The separated clusters of the same cell types derived from batch difference can still be correctly characterized by SuperCT.
This single-cell RNAseq analytical tool is to characterize the cell types of heterogeneous samples using the UMI-based single-cell RNAseq data and a supervised classifier framework. 46 types can be characterized for the more recent version. More types will be included in the future. The technical details of the model and the training strategy have been put in a write-up and the manuscript will be submitted to the bioRxiv.org in a couple of days and hopefully be published in a prestigious journal soon after. You are welcome to test this tool by submitting your own UMI matrices. The cell types can be visualized based on the layout of tSNE in the Seurat style. We also provide the visualization to view the signal of the specific cell types.
This application is under continuous development by the inclusion of more and more high-quality training data sets and high-confidence cell-type labels. Your feedback on the bugs or the drawbacks will be highly appreciated. You are also encouraged to submit your curated cell types so as to make this tool better. The further collaborative effort can be discussed in person.
Advices for the dge matrix uploading:
If you upload the dge matrix, please use gene symbol ID instead of Ensemble IDs. The human genes will be like ‘CD3D’, ‘IL10’ etc. The mouse genes will be like ‘Cd3d’, ‘Il10’ etc. A typical dge.txt file will be like the following:
Before uploading dge file, you are advised to do the following quality assurance. The duplicate gene names should be avoided. This is a major issue that causes trouble in Seurat pre-processing. In addition, you also need to double-check the total UMI count of each column (each cell) and the transcriptome complexity (how many genes are detected. >500 genes is preferred). Unfortunately, the dge matrix generated from high sequencing depth, such as Fluidigm C1 or Smarter-seq protocols may not work in here because our model is trained from cell-barcodes+UMI type of data.
Advices for 10xGenomics matrix uploading:
When uploading 10xgenomics file, you need to compress the 3 files ‘genes.tsv’, ‘barcodes.tsv’ and ‘matrix.tsv’ under ‘filtered_gene_bc_matrices’.
Frequently Asked Questions:
1: Why it takes so long to view result?
We are still working hard on the optimization of the system, especially exception processing. If you don’t get the result for more than 2 hours, it means the process is halted due to bugs. But we will frequently check the log, fix the bugs and resend the result before you know it.
2: Is my dataset secured?
Yes, we promise your data won't be misused or disclosed to any third party without your permission.
Any question or concern can be sent to the developer's email address: weilin.baylor@gmail.com
SuperCT
SuperCT: a supervised-learning framework for enhanced characterization of single-cell transcriptomic profiles