This is a test version of Biostars. For the public version, visit https://www.biostars.org.
What is the '?' in the result of R package 'msa' function 'msa'?

Hi everyone,

Recently I am using the R package called 'msa', and I have several questions very confused after getting the result.

  1. For my understanding, the last line of MSA result (which title is 'con') is the consensus sequence. In this case, by the handbook of MSA, the consensus residue is the frequency over 80% (by default). Then I am confused about the question mark appear in this line. Is it indicating that in this position we have several candidates which are both in a high frequency?

  2. Since the conserved score (compute by function 'msaConservationScore') is a bit differ from the consensus sequence, how can I know which part of the sequence alignment is matched together? I am guessing maybe the regions which consensus sequence have symbols but not a hyphen (-)?

Thanks everyone!

Image-1

r msa sequece alignment consensus sequence

Conservation symbols in MSA are generally categorized using the following scheme:

An * (asterisk) indicates positions which have a single, fully conserved residue.
A : (colon) indicates conservation between groups of strongly similar properties - scoring > 0.5 in the Gonnet PAM 250 matrix.
A . (period) indicates conservation between groups of weakly similar properties - scoring =< 0.5 in the Gonnet PAM 250 matrix.
  

? in this case appears to indicate that there is no discernible similarity in the residues in that position.

0 answers

No answers yet.

Log in to answer this question.