Giter Site home page Giter Site logo

hackathon_nextflow_nov2020's Introduction

Hackathon_NextFlow_Nov2020

Goal : Find regulatory SNP candidate (rSNP)

Does the SNP impact the sequence affinity with a TF ? (likelihood the TF will bind with this sequence)

  • Principle

    • step1:
      We expect to find rSNP candidate in a 2kb window upstream of TSS start. We filter the SNP file, keeping only the corresponding SNP.
    • step2:
      For each filtered SNP, we create ref and alt sequences correponding to SNP ref and alt base and its surrounding sequences (+/- 14bp)
    • step3:
      We download the matrices from existing database (TRANSFAC,JASPAR, HOCOMOCO) and prepare them (PWM <-> PFM, ratio, distrib)
    • step4:
      For each filtered SNP, we compare the ref and alt sequences to each TF matrices
      Does ref and/or alt sequence have a strong affinity with TF (putative TFBS)?
      Does the SNP impact the putative TFBS ?
  • inputs

    • Genome reference file: Fasta and annotation in GTF file
    • Variant file : in VCF format
    • TFBS pattern matrices : directory of PWM files (one file per TFBS)
  • outputs

    • TSV file with regulatory variant, and metadata such as TFBS name, score of affinity, impacting score
  • Flowchart

STIP_flow_chart

hackathon_nextflow_nov2020's People

Contributors

mathieucharles avatar mariabernard avatar mathieucharlesinrae 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.