eth-mds / ricu

🏥 ICU data with R 🏥
https://eth-mds.github.io/ricu/
GNU General Public License v3.0
33 stars 11 forks source link

How to unify time axes within the same dataset ? #69

Open partizanos opened 2 weeks ago

partizanos commented 2 weeks ago

Hello, I have a question regarding time axes data handling in Ricu. p1

p2

How could we recreate p1 from p2 ? (reference ricu pdf p.6-7. I.e. we have two multiple sets of features, each with its own axes.

This varies per dataset since there are multiple time axes. for each (5 for mimic and 7 for eicu), the features are grouped differently for each. Is there some guideline unifying time axes? should we use specific functions for some APIs ? (I load all concepts individually - for size/speed reasons ) ricu::load_concepts(column_name, src_name, verbose = FALSE)

Have a nice day and thank you for your help!