Skip to content

Commit bd4370b

Browse files
Davidandreasprlic
authored andcommitted
How to get Identities from Blastp output?
1 parent 784139b commit bd4370b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: BioJava talk:Tutorial:Blast-like Parsing Cook Book
3+
---
4+
5+
Hi,
6+
7+
`Can someone tell me how to get the Identities (percentage of holology) from Balstp output using BlastLikeSAXParser? Or is it possible to get Identities (percentage of holology) from Balstp output using BlastLikeSAXParser?`
8+
9+
I am following the example from this link:
10+
<http://www.biojava.org/wiki/BioJava:CookBook:Blast:Parser> I can get
11+
score, eValue, pValue, but not the Identities. Any idea how to get
12+
Identities? Or should I write my own parser?
13+
14+
Thanks,
15+
16+
David
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Hi,
2+
3+
Can someone tell me how to get the Identities (percentage of holology) from Balstp output using BlastLikeSAXParser? Or is it possible to get Identities (percentage of holology) from Balstp output using BlastLikeSAXParser?
4+
5+
I am following the example from this link: http://www.biojava.org/wiki/BioJava:CookBook:Blast:Parser
6+
I can get score, eValue, pValue, but not the Identities. Any idea how to get Identities? Or should I write my own parser?
7+
8+
Thanks,
9+
10+
David

0 commit comments

Comments
 (0)