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?
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?