1.激活环境和软件
conda info -e
conda activate cellranger36
cd cellranger-atac-2.1.0/
pwd
/home/be/besinglecell/soft/cellranger-atac-2.1.0
export PATH=/home/be/besinglecell/soft/cellranger-atac-2.1.0:$PATH
source sourceme.bash
2.下载GTF和Fastq文件
wget http://ftp.ensembl.org/pub/release-113/gtf/danio_rerio/Danio_rerio.GRCz11.113.gtf.gz
gunzip Danio_rerio.GRCz11.113.gtf.gz
wget http://ftp.ensembl.org/pub/release-113/fasta/danio_rerio/dna/Danio_reri o.GRCz11.dna.primary_assembly.fa.gz
gunzip Danio_rerio.GRCz11.dna.primary_assembly.fa.gz
3.建立一个config文件写入参考基因的相关信息 保存为config.json
{
organism: "Danio"
genome: ["GRCz11"]
input_fasta: ["/home/be/besinglecell/danio/Danio_rerio.GRCz11.dna.primary_assembly.fa"]
input_gtf: ["/home/be/besinglecell/danio/Danio_rerio.GRCz11.113.filtered.gtf"]
}
4.构建参考基因组
准备好 config.json
后,运行如下命令来生成参考包:
cellranger-atac mkref --config=config.json
最终生成一个参考基因GRCz11文件夹
参考包
参考
Creating a Reference Package with cellranger-atac mkref - 10x Genomics
Creating a Reference Package with cellranger-atac mkref - 10x GenomicsCell Ranger ATAC and Loupe Browser are software applications for analyzing and visualizing Epi ATAC (formerly Single Cell ATAC) data produced by the 10x Genomics Chromium platform.https://www.10xgenomics.com/support/software/cell-ranger-atac/latest/analysis/inputs/creating-a-reference-package-mkrefDocumentation - 10x Genomics
https://www.10xgenomics.com/support/universal-three-prime-gene-expression/documentation/software-analysis
记录 简要的学习 成长 体会 心得 总结 思路 心流 链接 资料 懂得都懂