Help
0) 编程环境
conda env create -f ITP.yml1) 参考基因组
# GEX Reference
/data/2023-bioinfo-shared/genome/refdata-cellranger-vdj-GRCh38-alts-ensembl-7.1.0
# VDJ Reference
/data/2023-bioinfo-shared/genome/refdata-gex-GRCh38-2020-A/data/2023-bioinfo-shared/genome/igblast2) 构建count matrix和BCR contig组装
cellranger count --id={sample_id}-5LIB \
--transcriptome={ref} \
--fastqs={input.fastq} \
--sample={sample_id}-5LIB \
--localcores=20 \
--localmem=120 3) GEX分析
4) BCR分析
Last updated
Was this helpful?