Skip to content
Snippets Groups Projects
Commit 3c3d354b authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

.

parent c29010b5
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
......@@ -109,12 +109,12 @@ retrieved for each match:
|BLAST output column|Access in Java |Description |
|-------------------|----------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|score |SearchDomainSearchResult.getScore().getScore() |=HYPERLINK("http://homepages.ulb.ac.be/~dgonze/TEACHING/stat_scores.pdf","Score. See http://homepages.ulb.ac.be/~dgonze/TEACHING/stat_scores.pdf for an explanation of score, bit-score and evalue.")|
|bitscore |SearchDomainSearchResult.getScore().getBitScore() | |
|evalue |SearchDomainSearchResult.getScore().getEvalue() | |
|sstart |SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getSequenceStart() |Start of alignment in found sequence |
|send |SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getSequenceEnd() |End of alignment in found sequence |
|qstart |SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getQueryStart() |Start of alignment in search string. |
|qend |SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getQueryEnd() |End of alignment in search string. |
|mismatch |SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getNumberOfMismatches()|Number of mismatches. |
|gaps |SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getTotalNumberOfGaps() |Total number of gap. |
|`score` |`SearchDomainSearchResult.getScore().getScore()` |=HYPERLINK("http://homepages.ulb.ac.be/~dgonze/TEACHING/stat_scores.pdf","Score. See http://homepages.ulb.ac.be/~dgonze/TEACHING/stat_scores.pdf for an explanation of score, bit-score and evalue.")|
|`bitscore` |`SearchDomainSearchResult.getScore().getBitScore()` | |
|`evalue` |`SearchDomainSearchResult.getScore().getEvalue()` | |
|`sstart` |`SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getSequenceStart()` |Start of alignment in found sequence |
|`send` |`SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getSequenceEnd()` |End of alignment in found sequence |
|`qstart` |`SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getQueryStart()` |Start of alignment in search string. |
|`qend` |`SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getQueryEnd()` |End of alignment in search string. |
|`mismatch` |`SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getNumberOfMismatches()`|Number of mismatches. |
|`gaps` |`SearchDomainSearchResult.getResultLocation().getAlignmentMatch().getTotalNumberOfGaps()` |Total number of gap. |
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment