Extract doimain sequence from interproscan gff file result
1
0
Entering edit mode
5.9 years ago
roelr • 0

I have a gff file from interproscan output that I want to extract the conserved domain that was identified from the results. Is there a way to do this without having to do it manually? My data are bZIP TF that I run in interproscan to identify domains in the seq data. I just want to extract the bZIP domain from the result.

conserved domain • 1.2k views
ADD COMMENT
0
Entering edit mode
5.9 years ago
h.mon 35k

Probably you can use bedtools getfasta:

1) subset your gff to contain only domains of interest;

2) bedtools getfasta -fi sequences.fasta -bed bzif.gff

ADD COMMENT

Login before adding your answer.

Traffic: 1489 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6