ga4gh / ga4gh-schemas

Models and APIs for Genomic data. RETIRED 2018-01-24
http://ga4gh.org
Apache License 2.0
214 stars 110 forks source link

AnalysisResult scores #886

Open GuilhemSempere opened 7 years ago

GuilhemSempere commented 7 years ago

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?