10X Visium空间转录组上游分析流程

Space Ranger count

Spatial GEX

1
2
3
4
5
6
7
8
9
10
# Pipeline for fresh frozen (FF) tissue section
# Fastq name must be: sample_S1_L00[lane_number]_[I1/R1/R2]_001.fastq.gz
spaceranger count \
--sample=sampleName \
--fastqs=/opt/data \
--image=/opt/data/test.tif \
--id=out \
--transcriptome=/opt/cellranger/refdata-gex-GRCh38-2020-A \
--slide=V19L01-041 \
--area=A1

*流程参考资料: https://support.10xgenomics.com/spatial-gene-expression/software/pipelines/latest/using/choosing-pipelines

CytAssist GEX

1
2
3
4
5
6
7
8
9
10
11
12
spaceranger count \
--id=out \
--transcriptome=/opt/cellranger/refdata-gex-GRCh38-2020-A \
--probe-set=/opt/spaceranger-2.0.0/probe_set/Visium_Human_Transcriptome_Probe_Set_v2.0_GRCh38-2020-A.csv \
--fastqs=/opt/data \
--sample=sample \
--cytaimage=/opt/data/sample.tif \
--image=/opt/data/sample_bright.tif \
--slide=V49J01-123 \
--area=A1 \
--localcores=8 \
--localmem=64

*参考资料: https://www.10xgenomics.com/support/software/space-ranger/latest/analysis/running-pipelines/probe-based-assay-count-cytassist-gex


Space Ranger下载: https://support.10xgenomics.com/spatial-gene-expression/software/downloads/latest

Author: Giftbear
Link: https://giftbear.github.io/2023/05/29/10X空间转录组上游分析流程/
Copyright Notice: All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.