Standalone Blast tool and command
0
1
Entering edit mode
5.4 years ago

how to use standalone blast with assembled RNA data and sequenced peptide.

I have the assembled RNA data and i also have the protein peptides which is sequenced. Can i do standalone blast with the assembled to peptides.

alignment • 1.1k views
ADD COMMENT
1
Entering edit mode

Yes, you can do a blastx

ADD REPLY
1
Entering edit mode

I see now you are also asking for the command. It looks like something like this:

makeblastdb -in yourprotein.fa -dbtype prot
blastx -query yournucseqs.fa -db yourprotein.fa -out output

With the command blastx -help and blastx --help you can see all the options

ADD REPLY
0
Entering edit mode

thank u. I ll try it

ADD REPLY

Login before adding your answer.

Traffic: 1968 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6