Entering edit mode
9.3 years ago
lan_cat
•
0
Hi, guys
I am doing RNA-seq data analysis. And this requires reference genome and annotation gtf file.
When I read papers, I found that they always integrate genome data and gtf file from different source (UCSC refSeq and ensemble), but there is little detail information about how to do it.
So my question is
- how to integrate genome data(.fasta) from different sources(UCSC refSeq and ensemble)
- how to integrate annotation data(.gtf) from different sources(UCSC refSeq and ensemble)
Thank you!
Hi!
To merge annotations, you can use cuffmerge (part of Cufflinks).
You also maybe find the answer there --> How To Merge Contigs From Two Different Assembler :
Can you please help me, How can I download reference genome of wheat (Triticum aestivum) as index for mapping (with RNA-seq) by HISAT2?