PGScatalog / pgscatalog_utils

(superseded by pygscatalog) Utilities for working with PGS Catalog API and scoring files
Apache License 2.0
4 stars 3 forks source link

Make aggregated output consistent #72

Closed nebfield closed 6 months ago

nebfield commented 8 months ago

ancestry_analysis and aggregate_scores have different output formats, which is a bit unhelpful

smlmbrt commented 8 months ago

We'd have to fix the functions to read the PGS in ancestry_analysis if we change the output as well (it uses the wide-format input and outputs the long format).

nebfield commented 6 months ago

implemented in #80 #79