Integrated Isoform-Resolved Transcriptomic Analysis of Gossypium barbadense and Gossypium hirsutum Fibers
https://doi.org/10.1101/2024.10.11.617711
数据
subreads.bam 2 ccs.bam
ccs \
*.subreads.bam \
ccs.bam \
--min-passes 0 \
--min-length 50 \
--max-length 21000 \
--min-rq 0.75 \
-j 4
比对
pbmm2
https://github.com/PacificBiosciences/pbmm2
genome=
sample=
pbmm2 align \
--preset ISOSEQ \
--unmapped \
--sort \
-j 20 \
--log-level INFO \
--log-file pbmm2.log \
--sample ${sample} \
${genome} \
${sample}.bam
bamtools stats -in ${sample}.bam > ${sample}.bam.stats
转录本组装
tama collapse
https://github.com/GenomeRIK/tama
tama_collapse.py \
-d merge_dup \
-x no_cap \
-b BAM \
-f ${ref} \
-s ${sample}.bam \
-p ${sample} \
&> ${sample}.log
tama merge 多样本合并
isoform 过滤
参考
iso-seq
https://www.jianshu.com/p/c9434353b648
https://zhuanlan.zhihu.com/p/590003590
https://repost.aws/zh-Hans/knowledge-center/create-and-activate-aws-account