EBISPOT / goci

GWAS Catalog Ontology and Curation Infrastructure
Apache License 2.0
26 stars 19 forks source link

Handling of p-values next steps #289

Open tudorgroza opened 3 years ago

tudorgroza commented 3 years ago

As per: https://github.com/EBISPOT/goci/issues/210

B. Choose P < 1E-5 as definitive threshold and move to storing actual p-values to multiple decimal places as presented by authors

Requirements:

Pros:

Cons:

ljwh2 commented 3 years ago

See gwas-sumstats-validator#15 - it may be necessary to keep using mantissa & exponent in order to represent v. small p-values

@eks-ebi I think requirement point 3 is already implemented, please confirm.

eks-ebi commented 3 years ago

Yes, point 3 is implemented now.

ljwh2 commented 3 years ago

@eks-ebi @earlEBI is the template validation part also implemented? ie

eks-ebi commented 3 years ago

Yes, I think so.

ljwh2 commented 3 years ago

OK, moving to icebox for now since we won't make major changes to the data representation in the near future, and seem like there are other complications in handling very small numbers.