-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ukbb: add a minimal doku about the project
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |