Coder Social home page Coder Social logo

15_splicing's Introduction

Analysis code and summary data

Mandy S. Wong, Justin B. Kinney*, Adrian R. Krainer* (2018) Quantitative activity provide and context dependence of all human 5' splice sites. Submitted. *Equal contribution.

The computational pipeline used in this study was split into two parts: a "cluster" component run on the Black N Blue High (BNB) Performance Compute Cluster at Cold Spring Harbor Laboratory (CSHL), and a "local" component suitable for execution on a standard laptop computer.

Code for the cluster component is provided in the cluster/ directory. This code was configured specifically for the BNB cluster at CSHL, and will likely have to be modified before it is run on a different cluster. To run this pipeline, first download all Illumina sequencing data from SRA BioProject number PRJNA420342 and deposit into the directory cluster/data/illumina_runs/. These file names should match the file names listed in cluster/data/metadata.xlsx. The pipeline can then be run by executing

$ cd cluster

$ python2 run_pipeline.py

Note that this pipeline should be run under Python 2.7.11.

Code for the local component is in the local/ directory. Unlike the cluster pipeline, this code should be run using Python >=3.6.3. First, copy the results from the cluster/saved directory to the local/from_pipeline directory. Next, download the human genome (both hg38.fa and hg19.fa) from the UCSC genome browser, decompress them, and place then in the data/ directory. Then do

$ cd local

$ python3 run_pipeline.py

This generates textual output (deposited in local/output/) as well as graphical output (deposited in local/plots).

15_splicing's People

Contributors

jbkinney 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.