TopHat官网传送门
图片alt
传统的illumina测序,无法得知哪一个reads的方向与转录本方向一致,哪一个与转录本反向互补
具体的解决方法包块:join exon、split reads
tophat [options]* <genome_index_base> <reads1_1[,...,readsN_1]> [reads1_2,...readsN_2]
-r/--mate-inner-dist <int>
--mate-std-dev <int>
-G/--GTF <GTF/GFF3 file>
--library-type
wget ftp://ftp.ncbi.nlm.nih.gov/geo/series/GSE32nnn/GSE32038/suppl/GSE32038%5Fsimulated%5Ffastq%5Ffiles%2Etar%2Egz wget ftp://ftp.ensembl.org/pub/release 90/fasta/drosophila_melanogaster/dna/Drosophila_melanogaster.BDGP6.dna.toplevel.fa.gz
GSE32038双端测序数据
bowtie2-build Drosophila_melanogaster.BDGP6.dna.toplevel.fa genome
tophat -p 16 -G ../data/reference/Saccharomyces_cerevisiae.R64-1-1.48.gtf -o EV_3 ../data/reference/genome ../data/RAN_seq/SRR1916152.fastq