10X Genomics单细胞上游分析流程

测序数据生成表达矩阵

Cell Ranger count

1
2
3
4
5
6
7
# Fastq name must be: sample_S1_L00[lane_number]_[I1/R1/R2]_001.fastq.gz
# I1 is optional
cellranger count \
--sample=sampleName \
--fastqs=/opt/data \
--id=out \
--transcriptome=/opt/cellranger/refdata-gex-GRCh38-2020-A

Cell Ranger和参考基因组下载: https://support.10xgenomics.com/single-cell-gene-expression/software/downloads/latest (填写相关信息下载, Cell Ranger解压就可以用)

Author: Giftbear
Link: https://giftbear.github.io/2023/04/12/10X单细胞上游分析流程/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.