GithubHelp home page GithubHelp logo

cts_test's Introduction

CTS_Test

This repository contains the various routines used to develop the Clinical Trial Selector (CTS). The data loading functions are based on the Synthetic Veteran Suicide Dataset (SVSD).

The basic workflow for the CTS parser is as follows:

  1. Collect .csv files that make up SVSD
  2. Extract EHR for a patient
  3. Preprocess the EHR using NLP techniques
  4. Run NER model on preprocessed data
  5. Map entities to medical concepts
  6. Generate list of conditions that define the patient based on entities from previous step
  7. Query for clinical trials based on conditions from above
  8. Preprocess the eligibility criteria for each clinical trial using NLP techniques
  9. Run NER model on eligibility criteria for each clinical trial
  10. Map the terms in the eligibility criteria to medical concepts
  11. Calculate the Sorensen-Dice Index (SDI) between the patient and each clinical trial

The function returns a dataframe containing ALL queried clinical trials. Future versions will return a dataframe with clinical trials that have an SDI above a predfined threshold value.

cts_test's People

Contributors

victormurcia avatar

Watchers

 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.