Giter Club home page Giter Club logo

isoformquantify's Introduction

isoformQuantify: An interactive web service for isoform quantification using RNA-Seq data

isoformQuantify can be used to compute relative abundances of different transcripts belonging to the same gene and visualize the result.

Installation of isoformQuantify

  1. install Django (https://www.djangoproject.com/download/)

  2. install scipy (http://www.scipy.org/SciPy)

  3. install samtools (http://sourceforge.net/projects/samtools/files/samtools/0.1.18/)

  4. clone the project repository to the location where you want to put

    git clone https://github.com/jaxcs/charlie.git

  5. change line 20, 28, 29 in /isoformQuantifyApp/getIsoformAbund.py to appropriate directories in your server

  6. copy data files in the /isoformQuantifyApp/data/ directory to the same directory in the server (right now, data files have been ignored by git repo commit)

  7. use command like python manage.py runserver 0.0.0.0:8080 to kick off web service in the root folder that contains manage.py

Directory structure

Root directory

isoformQuantifyApp

  • *.py: Python scripts that implement algorithm and do scientific computation
  • /static/: contains javascripts for visualization, css styling files
  • /templates/: index.html (our homepage)

Python scripts and their functions

  • "views.py": respond to web request (which function responds to which request is determined by /isoformQuantify/urls.py)
  • "models.py": stores Python objects used in algorithm
  • "getIsoformAbund.py": calculate relative abundances of transcripts (main script that implements the algorithm)
  • "test.py": auto generated file by Django (demonstrates how to write a test)

isoformquantify's People

Contributors

learking avatar

Stargazers

 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.