I have 100s of complete genome sequences, downloaded from NCBI. And I have query gene sequences which I would like to BLAST against the complete genomes.
To perform the bidirectional BLAST, I would like to create a local database from one genome. The second genome will be queried against the database. The BLAST would be repeated by interchanging the database and query genomes.
Is there any R package to do the above?
What is the point of doing this exercise? Are you planning to transfer annotations from one strain to others?
If you are looking for genome-wide similarities/rearrangements then using mauve is perfect solution.