monarch-initiative / oncoexporter

Cancer data to GA4GH phenopacket
https://monarch-initiative.github.io/oncoexporter
MIT License
6 stars 1 forks source link

Compute `time_of_collection` in Biosample #77

Open ielis opened 5 months ago

ielis commented 5 months ago

During parsing the CDA biosample table, CdaTableImporter should compute the time of collection in Biosample using days_to_collection (biosample table) and age_at_diagnosis (Disease, Phenopacket Schema).

The details need to be worked out.

ielis commented 5 months ago

Related to #41