Hello all, I am trying to create a densitymap for a TE.bed file I have. I am using chicken-repeats.inra.fr densitymap GUI ( I dont know the details of how it works). the required input file format is gff3 and I have a GFF that looks like this
Bf_V2_1 1 797 - bf_rep_71 Unknown Bf_V2_1
848 936 + (TA)n Simple_repeat Bf_V2_1
1236 1369 - CR1-11_BF LINE/CR1 Bf_V2_1
2151 2171 + (TA)n Simple_repeat Bf_V2_1
2351 3238 - bf_rep_71 Unknown Bf_V2_1
3229 3413 + DNA-X-4_BF DNA/Unknown Bf_V2_1
3400 3506 + Harbinger-N11_BF DNA/Harbinger
Is there a way to convert this to GFF3? or can I make GFF3 from fasta? And is there another way to create the densitymap to show locations of my transposable elements in the genome? I have read suggestions to similar question and non has been very helpful. Thanks
Are you asking if you can convert a .bed file to .gff file?
No, it is not possible to convert/generate a GFF3 file from fasta file. GFF file usually stores annotation data whereas fasta file contains sequences.
by is there a way to convert this to GFF3 I mean convert my GFF to GFF3.