GithubHelp home page GithubHelp logo

getddd's Introduction

About me

Hello! My name is Jean-Paul R. Soucy and I am a PhD candidate in infectious disease epidemiology at the Dalla Lana School of Public Health at the University of Toronto. My research interests focus on the use of emerging data sources in infectious disease surveillance.

Connect with me on Twitter. Find my personal website at jprs.me and my writing at Data Gripes. Code related to my blog can be found in the data-gripes repository.

My repositories

Table of contents

Software packages are highlighted with code text.

COVID-19 Canada Open Data Working Group

Click to expand
COVID-19 datasets
Other CCODWG projects
Click to expand

Python & R packages

Click to expand

In addition to the COVID-19 data automation pipeline described above, I have also created the following R and Python packages:

  • archivist: Python-based digital archive tool currently powering the Canadian COVID-19 Data Archive
  • getDDD: Download defined daily dose (DDD) information for selected ATC codes from the website of the WHO Collaborating Centre for Drug Statistics Methodology

Reproducible research

Click to expand

Wherever possible, I aim to publish reproducible research with open data:

Presentations & workshops

Click to expand

Miscellaneous

Click to expand
COVID-19 data
Other

Gists

Find my GitHub gists here.

getddd's People

Contributors

jeanpaulrsoucy avatar

Stargazers

 avatar

getddd's Issues

Add support for combined product DDDs

Add function that looks for ATC codes in the combined product DDD table (https://www.whocc.no/ddd/list_of_ddds_combined_products/). Since these data are given in a different format, some special processing will have to be done (e.g. interpreting the dosage form column).

Progress:

  • Added partial supporting by reporting when ATC codes are in the combined product table.

Future:

  • Interpret fields in the combined product table (e.g. convert dosage_form -> route)
  • Extract ATC level info for combined products during initial search to limit number of queries
  • After entries are processed, report entries that are not unique (excluding brand name)

Notes may be truncated

For ATC code "J01XX05", the notes "hippurate" and "mandelate" are truncated to "hippura" and "mandela".

Add some basic sanity checks to inputs

All ATC codes are 7 characters long; everything else supplied to the getDDD() function should be thrown out. The function could also check whether inputs are formatted like ATC codes (e.g. letter-integer-integer-letter-letter-integer-integer).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.