Here is some background. I am doing a preliminary study on some raw (cleaned) data. I want to find positive hits (I already used blastn to find negative hits).
As I understand it, blastx takes a nucleotide query (my raw data) and blasts it against a protein database.
My question is how can I make my protein database? Is there anyway I can get ncbi to give me a protein database based on drosphila melanogaster?
Here is what I think:
Again, to repeat myself for clarity. I need to know what and how to obtain/make DBNAME in the query I wrote above. 
Thank you so much for your patience in reading my question.
Disclaimer: I have read the ncbi cookbook and command api as found here.
My more serious work will follow when I do an actual assembly. Again this is just preliminary study stuff. Thank you.
As I understand it, blastx takes a nucleotide query (my raw data) and blasts it against a protein database.
My question is how can I make my protein database? Is there anyway I can get ncbi to give me a protein database based on drosphila melanogaster?
Here is what I think:
blastx -query MYRAWCLEANEDASSEMBLY.fasta -db DBNAME -out YOURASSEMBLY_BLASTX2DBNAME -evalue 4E-5

Thank you so much for your patience in reading my question.
Disclaimer: I have read the ncbi cookbook and command api as found here.


Comment