Coder Social home page Coder Social logo

cardioqtl's Introduction

cardioqtl Anaconda-Server Badge

Installation

I used conda and bioconda to manage software dependencies. To replicate the computing environment, you will need to complete the following 4 steps. Note that this is only guaranteed to work on a Linux-64 based architecture.

  1. Download and install Miniconda (instructions)
  2. Download environment file. If you cloned the Git repo, you already have the environment file.
    • conda install anaconda-client; anaconda download jdblischak/cardioqtl
  3. Create conda environment:
    • conda env create -n cardioqtl --file environment.yaml
  4. Activate conda environment:
    • To activate: source activate cardioqtl
    • To deactivate: source deactivate cardioqtl

Code

The code is freely available for reuse with attribution via the MIT license.

  • Snakefile - Implements the analysis pipeline

  • submit-snakemake.sh - Submits individual jobs produced in Snakefile to Slurm. If your cluster uses a different job scheduler, you'll need to edit this file and cluster.json.

  • scripts/ - R scripts called by Snakefile

  • scratch/ - Exploratory analyses written in R Markdown

Data

  • data/counts-subread.txt - Gene counts after mapping to GRCh37 with Subjunc and summing counts per gene with featureCounts (Subread 1.5.0p3). Includes all genes in Ensembl release 75 (i.e. protein coding plus all other biotypes; see scripts/create-exons.R).

  • data/counts-clean.txt - Gene counts after removing samples 26302, 110232, and 160001 and removing genes with log2 cpm less than 0 (see scripts/clean-counts.R).

  • data/counts-normalized.txt - Gene counts after normalizing to N(0,1) within each sample follwed by normalizing to N(0,1) within each gene. Used the R function qqnorm (see scripts/normalize-counts.R).

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.