Analytics for the Covid Symptom Study, based on ExeTera
Project description
ExeTeraCovid
Welcome to the ExeTeraCovid Readme!
Current Release v0.2.0.1
This page and the accompanying wiki show you how to use ExeTera to create reproducible analysis pipelines for the Covid Symptom Study dataset.
This project contains a set of notebooks, scripts and algorithms to help you analyse and write new analyses for the Covid Symptom Study data. ExeTera is a software developed by King's College London to provide data curation for the Covid Symptom Study dataset. The dataset is collected using the Covid Symptom Study app, developed by Zoe Global Ltd with input from King's College London, the Massachusetts General Hospital, Lund University Sweden, and Uppsala University, Sweden. This project contains the following:
- Notebooks: Python notebooks containing ready to run analyses
- Scripts: Python scripts containing ready to run analyses
- Algorithms: A number of useful algorithms for cleaning / processing of Covid Symptom Study data, to be used in your own scripts
- Processing: A number of useful pieces of functionality, to be used in your own scripts
Running analyses
Running analyses is a simple process:
- Fetch the dataset snapshot(s)
- Import the dataset, using
exetera import
- Run the postprocessing script on the imported dataset, either via notebook or script
- Run analytics!
Fetch the dataset snapshot(s)
The Covid Symptom Study is delivered as a series of daily csv snapshots. If you do not otherwise have access to the snapshots as a research institution, you can get them from The Health Data Gateway.
Import the dataset
Importing the dataset requires the following:
- The data snapshots
- The schema file for the dataset
covid_schema.json
which can be found in this project - ExeTera, which can be installed using the command
pip install ExeTera
exetera import
-s path/to/covid_schema.json \
-i "patients:path/to/patient_data.csv, assessments:path/to/assessmentdata.csv, tests:path/to/covid_test_data.csv, diet:path/to/diet_study_data.csv" \
-o path/to/output_dataset_name.hdf5
Run the postprocessing script on the imported dataset
This can be done one of two ways:
- Via python notebook using
exeteracovid/notebooks/standard_processing.ipynb
- Via python script using
exeteracovid/scripts/standard_processing.py
Via python notebook
Fill in the fields for input_filename
and output_filename
, and then run the cell
Via python script
standard_processing -i path/to/input_dataset -o path/to/output_dataset -d
Arguments
-i/--input
: The path and name of the import hdf5 file-o/--output
: The path and name of the processed hdf5 file-d/--daily
: A flag to indicate whether to generate daily assessments (optional)
Government Open Licence v3.0 attribution statement
The resources folder contains, amongst other resources, CSV files containing lsoa11cd geo-data that are required for certain scripts and are derived from data sources made available by https://data.gov.uk. These sources are used in accordance with the Open Government Licence V3.0
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file exeteracovid-0.2.0.1.tar.gz
.
File metadata
- Download URL: exeteracovid-0.2.0.1.tar.gz
- Upload date:
- Size: 25.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b2c88fab1b274881e9b995fa65325d898b694d68477df6b7a228cea39490fa9 |
|
MD5 | 27dc4f4c3817f0cd2d86abb155a0d780 |
|
BLAKE2b-256 | 1e857eeaf02f782366f92fc8462430fa9d1babf41e96ad4d3addf176432f6b44 |
File details
Details for the file exeteracovid-0.2.0.1-py3-none-any.whl
.
File metadata
- Download URL: exeteracovid-0.2.0.1-py3-none-any.whl
- Upload date:
- Size: 41.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7358f5ebd9d8617b1236c24bc365932dcaf01b7b1f751c392005761efbbb9ccd |
|
MD5 | 79b6a97d711c899ea83696955571331a |
|
BLAKE2b-256 | 6324b0e23d5af1d140d615a7a0e8bfce40ec01f675e1aad46654381da1045374 |