Giter VIP home page Giter VIP logo

anchor's Introduction

Anchor: Trans-cell Type Prediction of Transcription Factor Binding Sites

This is the package of Yuanfang's winning algorithm in the ENCODE-DREAM in vivo Transcription Factor Binding Site Prediction Challenge

background: ENCODE-DREAM

see also: Yuanfang Guan's 1st Place Solution and Original Code

Please contact ([email protected] or [email protected]) if you have any questions or suggestions.


Installation

Git clone a copy of ANCHOR:

git clone https://github.com/GuanLab/Anchor.git

Required dependencies

Required input files (and the corresponding directories to put them)

Genomic coordinates

DNase-seq data (e.g. H1-hESC)

  • ./data/dnase_aln/ read alignemnt BAM file (one or multiple replicates)
  • ./data/dnase_fold_coverage/ fold-enrichement signal coverage tracks Bigwig file

DNA sequence and motif

  • ./data/hg_genome/ human genome sequence
  • ./data/motif/ TF motifs (e.g. motif)

Gencode

ftp://ftp.ebi.ac.uk/pub/databases/gencode/Gencode_human/release_19/gencode.v19.annotation.gtf.gz

Prepare features and make predictions

Once the required input files are put in the correpsonding directories, ANCHOR is ready to go:

python ANCHOR.py -tf TAF1 -cell H1-hESC 

The prediction results are saved here:

./prediction/anchor/final/

This is the one-line-to-run version. The implemetation details of feature generation and binding site prediction (with step-by-step explanation and example code) can be found here: DETAILS

anchor's People

Contributors

gyuanfan avatar hongyang449 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.