Protein Sequence Alignment
2
0
Entering edit mode
11.8 years ago
kylejudita ▴ 90

I want to know how to call Blast from java code, I have wildtype residue, mutant residue, position of mutation, and protein sequence

I want to calculate the frequency of wildtype residue, mutant residue, PSSM, PISC conservation score for wildtype and mutant residues.

blast pssm • 2.8k views
ADD COMMENT
0
Entering edit mode

This question is almost a duplicate of your previous: http://www.biostars.org/post/show/48569/psi-blast-alignments/.

ADD REPLY
1
Entering edit mode
11.8 years ago

You would call blast in the same way you would call any other external program. If you don't know how that is supposed to work you will need to ask on a programming forum such as StackOverflow

If you want to do bioinformatics programming with java you ought to look at BioJava. The real challenge is not as much about running blast in an automated way (for that you don't need java, you can do it from a shell script) but parsing and interpreting the results. The BioJava Cookbook entries on blast might help.

ADD COMMENT
0
Entering edit mode
11.8 years ago
samsara ▴ 630

I think, you need to use BioJava. Check this post. Could be helpful.

ADD COMMENT

Login before adding your answer.

Traffic: 1382 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