Entering edit mode
3 months ago
Milica
▴
20
I have a .gtf file containing exon coordinates for all chromosomes of a species and a corresponding .fa file. I need to extract the correct sequences from the FASTA file based on the exon start and end positions provided in the .gtf file.
Can anyone suggest the best way to do this? Are there any existing tools or scripts that can help with this process?