Cell Ranger轻松搞定单细胞上游分析
欢迎点赞+收藏+关注
生信人R语言学习必备
立刻拥有一个Rstudio账号
开启升级模式吧
(56线程,256G内存,个人存储1T)

又一次,小果准时与大家相见啦。今天和小果一起来学习单细胞上游分析流程吧。
单细胞测序上游分析主要使用Cell Ranger软件。Cell Ranger 是一个用于单细胞基因表达分析的软件包,由 10x Genomics 公司开发。它包含五个与3'单细胞基因表达方案及相关产品相关的流程:cellranger mkfastq、cellranger count、cellranger aggr、cellranger reanalyze 和 cellranger vdj。其中,cellranger mkfastq 的作用是将Illumina测序仪生成的原始base call(BCL)文件解析成FASTQ格式的文件。它是Illumina的bcl2fastq的封装,并带有特定于10x Genomics文库的附加功能。
我们可以从10x Genomics的官方网站上下载和安装Cell Ranger软件,具体软件使用可以参考官网https://support.10xgenomics.com/single-cell-gene-expression/software/pipelines/latest/what-is-cell-ranger。
整个单细胞上游流程和cell Ranger的使用如图所示。

小果是按照以下流程来操作的:
软件下载
准备fastq文件和参考基
1.下载参考基因组数据:
可直接下载官网提供的已构建好的索引文件,https://www.10xgenomics.com/resources/datasets/ ,建议下载最新版本并进行解压。
2.fastq文件
若是BCL原始的测序数据,须使用cellranger mkfastq将其转换为fastq格式文件。
运行cellranger
1.cellranger-count
2.cellranger aggr
①Create aggregation CSV
The CSV file is a two-column file. The first column is for the sample id. This id name can be anything you want. Choose descriptive ids since they are used later in the analysis. The second column contains the paths to themolecule_info.h5 output files from the cellranger count pipelines.

②运行代码
Cellranger的流程就如上所示,大家跟着小果一起实践一下吧。

我们对测序数据进行分析时,必定会用到比对软件或者工具,小果在这里给大家推荐一个在线小工具:fasta序列多重比对(http://www.biocloudservice.com/321/321.php),支持输入数据,快速得到结果。大家在之后比对时可以用起来哦。


“生信果”,生信入门、R语言、生信图解读与绘制、软件操作、代码复现、生信硬核知识技能、服务器、生物信息学的教程,以及基于R的分析和可视化等原创内容,一起见证小白和大佬的成长。