Git Product home page Git Product logo

clinicaltrialsparser's Introduction

ClinicalTrialsParser

Python classes / functions to parse Clinical Trial data in the form of XML returned from clinicaltrials.gov. Older version also allows for parsing of Json returned from Lilly COI API.

Workflow at the moment:

  1. Make a list of IDs to focus on

    • From the simple txt file with the 10 (or more) we want to focus on
  2. Get the studies listed on the ID list

    • Run get_key_studies.py
    • This will save the study XML into the ct_xml folder
  3. Convert the raw XML to raw JSON, add geolocation data

    • run xml_to_json.py
  4. Convert the raw XML into osf JSON

    • use clinical_trials_parser.py

For the future, when we'd like to update every day...

  1. Get a list of studies that have been updated since yesterday

    • Run update_key_studies.py
    • saves a list called updated_ids.txt
  2. Run get_key_studies again with the updated_ids.txt list?

    • What do we do with the updated files? Rename and move into archive??

Notes on Open Street Map tile usage:

clinicaltrialsparser's People

Contributors

erinspace avatar pjfan avatar xym4 avatar fayetality avatar

Watchers

 avatar  avatar

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.