Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can SIFT predict synonymous variants? #32

Open
yywyaoyaowu opened this issue Feb 12, 2023 · 3 comments
Open

Can SIFT predict synonymous variants? #32

yywyaoyaowu opened this issue Feb 12, 2023 · 3 comments

Comments

@yywyaoyaowu
Copy link

Hi,
I wonder if SIFT can predict synonymous deleterious? I found some novol mutation didn't affect the aa, but with SIFT score <0.05. I wonder how this happen? SIFT is an algorithm that predicts whether an amino acid substitution is deleterious to protein function.
Thanks very mich!

@pauline-ng
Copy link
Collaborator

This happens if the reference amino acid is predicted deleterious. This happens about 1% of the time. Sometimes it's an error in the reference genome.

@yywyaoyaowu
Copy link
Author

SIFT can predict deleterious amino acids in reference genome. But they can not predict deleterious mutation caused by synonymous mutation. Right? Thanks very much!

@pauline-ng
Copy link
Collaborator

pauline-ng commented Feb 13, 2023

SIFT looks at the amino acid present in the protein and predicts if the amino acid present in the protein affects structure/function from an evolutionary perspective. It does not consider splicing or regulatory (what synonymous mutations can affect).

Again, synonymous means your "new" amino acid is the same as the reference amino acid, and there is a small % of time SIFT predicts this as deleterious. Sometimes this happens in pseudogenes or sequencing error. I suggest you look at the protein alignment and if you see other homologous proteins have another amino acid strongly conserved at that position, then the reference/native amino acid is affecting protein function.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants