Code Monkey home page Code Monkey logo

epee's Introduction

EPEE

Effectors and Perturbation Estimation Engine (EPEE) a sparse linear model with graph constrained lasso regularization for differential analysis of RNA-seq data. The inputs are transcriptomic data for the two conditions under comparison, and context-specific TF-gene networks. If transcriptomic data is sequencing based, then data needs to be normalized to either TPM/FPKM/RPKM. EPEE is implemented in Python, using TensorFlow.

Citation

Viren Amin, Didem Agac, Spencer D Barnes, Murat Can Cobanoglu, "Accurate differential analysis of transcription factor activity from gene expression", Bioinformatics, May 2019.

https://doi.org/10.1093/bioinformatics/btz398

Inputs

  • conditionA.txt and conditionB.txt

EPEE requires expression data matrix for the two conditions. Input is a tab delimited file in which columns are the samples and rows are the genes. First column of the file needs to be gene names. Please do not log normalize the dataset before running EPEE. EPEE log transforms the data to log(TPM/FPKM/RPKM + 1).

  • networkA and networkB

EPEE requires context specific networks. Currently EPEE supports 426 context-specific networks published by Marbach et al. Nature Methods 2016.

Setup

  1. Install Anaconda

  2. Download the networks and example data to run EPEE.

  3. Clone the git repository and set up the conda environment to run EPEE. We provided the environment files in env directory. If your machine has GPU card then we recommend that you use epee_GPU.txt file to create environment, otherwise create environment using epee_CPU.txt. To create conda environment use following command

conda env create -f epee_CPU.txt -n epee

Activate the new environment: Windows: activate epee, macOS and Linux: source activate epee

  1. View the available human networks, and determine the network appropriate for your context.

  2. Usage to run EPEE

python run_epee.py -a <conditionA.txt>
                   -b <conditionB.txt>
                   -na <networkA.txt>
                   -nb <networkB.txt>
                   -o <output_directory>

Example

CD4 Naive vs Th2 differential analysis
python run_epee_v0.1.4.3.py -a ../data/rnaseq/immune/CD4_Naive.txt.gz
                            -b ../data/rnaseq/immune/CD4_Th2.txt.gz
                            -na ../data/network/cd4+_t_cells.txt.gz
                            -nb ../data/network/cd4+_t_cells.txt.gz
                            -o /path/to/output_directory/
                            -prefix Th2
Normal Colon vs Colorectal Adenocarcinoma (COAD) differential analysis
python run_epee_v0.1.4.3.py -a ../data/rnaseq/tcga/TCGA_COAD_SolidTissueNormal_FPKM_UQ.txt
                            -b ../data/rnaseq/tcga/TCGA_COAD_PrimaryTumor_FPKM_UQ.txt
                            -na ../data/network/20_gastrointestinal_system.txt.gz
                            -nb ../data/network/20_gastrointestinal_system.txt/gz
                            -o /path/to/output_directory/
                            -prefix COAD

epee's People

Contributors

muratcan-cobanoglu avatar mcc- 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.