Hi,
is there simple way to extract fasta
sequences of transcripts using genome fasta
and gff
?
I came across gffread which propose command gffread -w transcripts.fa -g /path/to/genome.fa transcripts.gtf
. I just don't know, what this gff
file has to contain. Exons, all features,...
The second possibility is mapToTranscript from GenomicFeatures R
package.
The manual is just quite complicated and I don't know steps to retrieve the transcripts.
Has anybody have any experience with such procedure?
Thanks, indeed
gffread
seems to work perfect. I'm just checking results. Also thanks for link toAGAT
.