CoBrALab / UKBB-tabular-processing

Scripts to handle the tabular data associated with the UK BioBank
8 stars 1 forks source link

Implement category recursion #6

Closed gdevenyi closed 1 year ago

gdevenyi commented 1 year ago

UKBB categories have subcategories, so we need to recurse down the category tree, to ensure we get all the FieldIDs inside

https://biobank.ndph.ox.ac.uk/showcase/schema.cgi?id=13

gdevenyi commented 1 year ago

Need to parse the tree structure representation https://biobank.ndph.ox.ac.uk/showcase/schema.cgi?id=13

gdevenyi commented 1 year ago

Fixed