This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Finding Plasmids

I have uniprot IDs for 500 genes/gene products. I want to find out whether they can be found in plasmids from a plasmid database using the uniprot IDs and want to extract the corresponding plasmid names. I had a plan to do ID mapping in uniprot using my uniprot IDs but there is no option of any plasmid database to map against. Is there any other plasmid database that has any option like that where I can extract the plasmid names using my 500 uniprot IDs or their fasta sequences in a single run?

plasmid

1 answer

You cab BLAST them against plasmids (write plasmids under Organism), but this is not one run. You can download the NCBI plasmids database, run BLAST locally against it and with a bit of programming get your table This is not straightforward but should work.

If I do the local blast after downloading the plasmids, i guess it will take a very long time as I have 500+ genes/FASTA sequences. Lets see what others say otherwise I will give a try with simple BLAST.

The plasmids database is pretty small

~ 500 queries versus plasmids should not take very long at all, even on "modest" desktop hardware.

Log in to answer this question.