RNA-seq通用代码-生物信息学pipeline001

27 篇文章 1 订阅
14 篇文章 0 订阅

转录组定量是一切的基础!

fastp安装及使用-fastp v0.23.4(bioinfomatics tools-002)-CSDN博客

hisat2安装与使用(v2.2.1)bioinfomatics tools 33-CSDN博客

StringTie v2.2.3安装与使用-生物信息学工具25_stringtie下载-CSDN博客

## alignment
fastp -i sample.R1.fastq.gz -I sample.R2.fastq.gz -o sample.r1.fq.gz -O sample.r2.fq.gz --detect_adapter_for_pe -w 4 --compression 9 -h sample.html -j sample.json 


hisat2 -x genome -p 8 -5 10 --min-intronlen 20 --max-intronlen 4000 -1 sample.r1.fq.gz -2 sample.r2.fq.gz 2> sample.hisat2.log | samtools view -bS -q 20 -@ 8 | samtools sort - -o sample.sorted.bam

## reads count
featureCounts -T 16 -t 'CDS' -p -P -B -C -g 'gene_id' -a genome.gtf -o feacount.txt *.sorted.bam

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值