-
Notifications
You must be signed in to change notification settings - Fork 41
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
About Constraint violation score #4
Comments
Hi, Hope this helps:
Best, |
Thanks for your timely reply. |
I have still a question to ask you! we knows that constraint violation score for each of mutation on a gene can be calculated according to formula in Paper. Then, could we directly sum the scores of all mutation on a gene to represent the impact of all mutation on gene? If couldn't, what the sum might mean? Thank you. |
I think you are asking about the variation potential directionality score which is the sum of predicted mutation effects of all potential mutations - right? The sum is used to measure the bias of the distribution of predicted mutation effects - whether the distribution is biased toward positive effect mutations or negative effect mutations. Maybe it is more intuitive to think about the mean of predicted mutation effects, which differs from the sum only by a constant factor in this case. |
Hi, Jian |
in sentence " the sum of which was mentioned in Paper", "was mentioned" is corrected to "was not mentioned". |
I see that is an interesting question. That will be equivalent to the square of the variation potential directionality score - it can probably have an interpretation as the size of variation potential directionality. |
Hi, Jian Number of variants with reference allele matched with reference genome: How should I solve it? |
Did you try |
The error reported above had been solved after updating code, Thank you! |
Hi,
I ran into some problems when predicted mutation effect using ExPecto, which are listed as follows:
'The constraint violation score was computed as the product of the predicted variant effect of the prioritized LD variant and the variation potential directionality score of the nearest TSS', 'the variation potential directionality score of the nearest TSS' of which how I should understand?
I hope to get your helps, thank you!
The text was updated successfully, but these errors were encountered: