2
votes
4answers
82 views
How to convert BLAST results to GFF
I'd like to visualise the results of a BLAST search in a genome browser. Is there a simple way to get the results in GFF format without having to write a parser myself?
1
vote
1answer
19 views
merging blastx hits from overlapping bacterial genome segments
I blastx-ed 1Mbp bacterial genome fragment against NCBI nr database. I have split it into 2000bp fragments with 500bp overlap into a one multiple fasta file (splitter from EMBOSS) …
0
votes
2answers
135 views
How do I convert from BED format to GFF format?
I have a file in GFF format and I need to convert it to BED format. What do I do?