Skip to content
/ AutoQ-RWD Public

Automated data Quality Metrics Assesment (AutoQ) in Real World Data (RWD) for Common Data Elements (CDE)

License

Notifications You must be signed in to change notification settings

cmbi/AutoQ-RWD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoQ-RWD

This project is called Automated data Quality Metrics Assesment in Real World Data for Common Data Elements (CDE).

It tries to apply metrics derived from the European Medicine Agency (EMA) Quality Metrics and other sources for the Common Data Elements present in a model. In this use case, the model used to retrieve the metrics is the CARE-SM semantic model. These metrics can also be applied to many other data models.

Pre-requisites

  • Python 3.5 or later.
  • Streamlit.
  • CARE-SM model in a read-access repository.
  • Install libraries found in requirements.txt. You can use them with a Python environment running the following code:
python3 -m venv .env
source .env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Run

To run the website you need to run:

streamlit run main.py

Congratulations! You can enter to the website in http://localhost:8501.

After you add your CARE-SM repository URL in the first page of the website, the code will do SPARQL queries in your dataset and the page will show your metrics!

About

Automated data Quality Metrics Assesment (AutoQ) in Real World Data (RWD) for Common Data Elements (CDE)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages