Add supporting study method types slot to association class#1699
Add supporting study method types slot to association class#1699kevinschaper wants to merge 1 commit intomasterfrom
Conversation
Closes #1698 Co-Authored-By: Claude Opus 4.6 <[email protected]>
|
apologies - I am not sure here; should all of supporting_study_metadata descendents be available on association or just supporting_study_method_types? Also - there is I think we do create Studies in KGX for other ingests (see tmkp, etc.) |
|
I'm not sure - this is motivated by wanting to move curies for gene expression assay types out of 'qualifier' and into a better slot and @mbrush suggested I wouldn't object to supporting a more detailed nested structure for supporting study metadata, but it's more than I need for the specific problem I'm aiming to solve |
|
I think we should add biolink-model/biolink-model.yaml Line 10341 in 9e2c2dc with a supporting enumeration of assay types to keep the values simple for now. Later, we should discuss including a more rigorous assay class in Biolink. Some efforts towards this in the toxicology space are here: https://github.com/EHS-Data-Standards/outcomes-working-group/blob/e1fbe1feb9f077313e53693d0ae434692c6885cb/src/outcomes_working_group/schema/assay_base.yaml#L47 but would need to be significantly generalized to import directly here. I think using |
Summary
supporting study method typesto theassociationclass's slots list inbiolink-model.yamlThe
supporting study method typesslot is already defined in the schema and inherits fromsupporting study metadata→association slot, but it was not explicitly declared in theassociationclass's slots list. This adds it so that any association can explicitly declare supporting study method types.Closes #1698