Giter VIP home page Giter VIP logo

clinical_applications's Introduction

This tool is implemented as a jupyter notebook and can be accessed at http://dmbdi.adamkurkiewicz.com. The site is password protected, to be granted access, please send an e-mail to [email protected].

The template notebook is where you need to start, DMBDI_explorer_template.ipynb.

The notebook consists of cells. Each cell is numbered on the left (with numbering corresponding to the order of execution) and can be selected using a keyboard or a pointer. In order to execute a cell and select the next cell you can press shift-enter. The content of the cell consists of arbitrary python code, and can produce a text or a graphic output (e.g. an interactive plot).

The functionality of the tool I anticipate to be most useful is the ability to make interactive "railway" plots of gene expression, which should be useful for analysis of both APA and AS events.

That's how you can do it for muscle:

plot_gene("TNNI1", muscle_metadata, "analysis/experiment_muscle", muscle_metadata.modal_allele)

And that's how you can do it for blood:

plot_gene("TNNI1", blood_metadata, "analysis/experiment_blood", blood_metadata.modal_allele)

You can replace "TNNI1" with any valid HGNC gene name.

In principle the capabilities of the tool are limited only by the programming capabilities of its operator, and the underlying dataset. In practice, the following are supported:

  1. Railway plots (analogous to Manhattan plots, but with microarray experiments).
  2. Regressing expression data against:
    • Modal allele length from blood (e.g. muscle_metadata.modal_allele).
    • Statistically modelled progenitor allele length from blood (e.g. muscle_metadata.progenitor_allele).
    • Muscular Impairment Rating Scale (MIRS).
  3. Load lists of genes previously implicated in DM1 for subsequent analysis with our DMBDI dataset.

We've also used the tool to build a pipeline which allows to evaluate efficacy of a potential DM1 treatment in a simulated clinical trial. This is described in README-analysis.md

clinical_applications's People

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.