目录
问题描述
如何只根据fastq文件确定RNA-seq的建库方法和链特异性?
关键词
strandedness,strandness,strand-specific,library type,library construction,RNA-seq
解决方案
比对fastq数据,生成sam或bam文件
Mapping your RNA-seq reads as if they were non-strand specific
准备bed格式的基因组注释文件
可下载gtf文件,然后使用bedops的gtf2bed将其转化为bed格式
conda install bedops
gtf2bed < ABC.gtf > ABC.bed
也可以使用UCSC的bedToGenePred等工具,参见https://www.biostars.org/p/64346/