Skip to content

Commit

Permalink
ukbb: add a minimal doku about the project
Browse files Browse the repository at this point in the history
  • Loading branch information
normanius committed Jun 16, 2022
1 parent ab6d2b9 commit 9934c8a
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions studies/ukbb/info.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# UKBB study

<!--
Collaborators:
UKBB: Ines Mack, Julia Bielicki
ZHAW: Norman Juchler, Susanne Suter, Sofia Rey
-->

Data analysis contributing to an exploratory study on the utility of wearable technologies for monitoring pediatric patients with surgical infections.

Study period: 2021-2022
Publication: Pending


```bash
# Command to run the analysis:
python analysis_data.py \
--in-dir "$DATA_ROOT/wearables/studies/ukbb/" \
--quality=-1 \
--max-gap=24
```

0 comments on commit 9934c8a

Please sign in to comment.