You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
I'd like to make sure I understand properly how to use AnalysisResult records
Say the data contains a SIFT annotations that says "deleterious(0.01)". Is it correct to fill in the AnalysisResult with "SIFT" as analysis ID, "deleterious" as result and 0.01 as score?
If so then we have a problem because score is meant to be an integer whereas SIFT and PolyPhen-2 scores range from 0 to 1... Shall we consider this integer is a percentage?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'd like to make sure I understand properly how to use AnalysisResult records
Say the data contains a SIFT annotations that says "deleterious(0.01)". Is it correct to fill in the AnalysisResult with "SIFT" as analysis ID, "deleterious" as result and 0.01 as score?
If so then we have a problem because score is meant to be an integer whereas SIFT and PolyPhen-2 scores range from 0 to 1... Shall we consider this integer is a percentage?
The text was updated successfully, but these errors were encountered: