I have the following input GFF3 format and I want to pars it in javascript code since I did not find available tools to draw the gene models from gff file. I found many differences in the gff3 files.. What is the important fields to extract in order to draw the gene models.
I want to extract these field in order to give it to Scribl to draw the gene ..
I want the output to be like this
Here is the file : GFF
and this GFF
"I have the following input GFF3 format ": where is it ?
I put the link .. but my question is based on the differences that I found.
Second link is not pointing to a GFF file. What differences are you seeing?
the number of the column is confusing some of the file they have 8 column while the other is less
There are lots of "available tools to draw the gene models from gff file." For example: the GenomeTools package (introduction) , the Bio::Graphics libraries of Perl or Ruby and Bioconductor's rtracklayer.