This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tutorial: Extracting genomic feature sequences from GTF/GFF files with AGAT

First install AGAT:

conda create -c bioconda -n agat agat 
conda activate agat

Then enjoy possibilities of agat_sp_extract_sequences.pl, below exemplified

enter image description here

GFF corresponding to the record used as reference: enter image description here

extract gtf gff sequence

A great toolkit in Perl, kudos for that!

I assume this retrieves the sequence, but I was wondering if it's possible to retrieve an annotated version of the sequence, for example, in Genbank format, where the introns and exons are mapped. I would find that extremely useful.

By the way. thank you for creating AGAT, it has saved me many headaches when using GFF files!

0 answers

No answers yet.

Log in to answer this question.