Practical value of bits and SW-score in KEGG

Practical value of bits and SW-score in KEGG

1

Hello,

Can someone explain to me the practical value of bits and SW-score in KEGG? What does it actually mean for my sequence? The image below shows paralogs table as shown in the base what is the practical value of these parameters there? Thank you!KEGG table


orthologs


KEGG


bit-score


bit


SW-score

• 22 views

SW score is most likely the Smith-Waterman score, basically the sum of all reward+penalities of the alignment.

The bitscore is also an alignment score, invented with BLAST I believe that

The bit score, S’, is derived from the raw alignment score, S, taking the statistical properties of the scoring system into account. Because bit scores are normalized with respect to the scoring system, they can be used to compare alignment scores from different searches.

Since alignment algorithms maximize score, these scores are the sole reasons of why one alignment is preferred versus the other. The practical value is in assessing how similar the scores may be when the alignment themselves may be very different.

If we see two radically different alignments that score very similarly we ought to be more cautious.

In general bitscores are used to filter data and reduce the number of hits to more manageable number.


Login
before adding your answer.

Traffic: 2621 users visited in the last hour

Read more here: Source link