I have a file in GFF format and I need to convert it to BED format. What do I do?
|
1
|
|||
|
|
|
Here's a Perl script I wrote if you wanted to do something local. There's some code in there for translating yeast chromosome names that can be removed, if not needed. I also used a
To use it:
|
||
|
|
|
Both formats are tab delimited text files used to represent DNA features in genomes. The order of columns between the two are different, there are also columns that correspond to attributes missing from one or the other format. Nonetheless the most important difference between the two is the coordinate systems that they assume. The BED format developed at The To convert between the two you may use Galaxy and select the section called |
|||
|
|