Code Monkey home page Code Monkey logo

nucleosome_positioning_proxies's Introduction

Tools to assess the intrinsic nucleosome positioning from sequence information alone.

Computes dinucleotide (AA/TA/TT) periodicity, elastic energy to form a nucleosome, and a prediction of nucleosome occupancy/free energy based on sequence periodicity

For the analysis of multiple short sequences (~200 bp). Expects fasta file with one or more sequences, computes averaged periodicity of AA/TA/TT, or the minimum elastic energy of all possible nucleosomes that could be formed.

Elastic energy deformation

Based on MD-averaged helical parameters force-constants and averaged values, plus reference values of helical values in "canonical nucleosomes". Requires database files (stif_bsc1_k_avg_miniabc_dinuc.dat, refnuc_bp.dat, and stif_bsc1_k_avg_miniabc.dat), which were sent to me by F. Battistini, from the Orozco group.

Computes nucleosome occupancy / free energy based on sequence using Van Noort's predictor

Based on "Sequence-based prediction of single nucleosome positioning and genome-wide nucleosome occupancy", van der Heijden et al. DOI: 10.1073/pnas.1205659109

The code is basically a 1-to-1 translation of a python script that was sent to me by J. van Noort, without any mention of license. There are four parameters in the model. Two have been hardcoded as #defines, the other two are defaulted to the recommended values but can be changed.

Code requirements

  1. Seqan 2.2.0 (other versions untested, but probably fine)
  2. Eigen 3.3.0 (other versions untested, but probably fine)
  3. OpenMP (but could be removed with loss of functionality)

Install

[email protected]:guillemportella/periodic_elastic.git
cd period_elastic

Fix the CMakeLists depending on your library location.

In clust1-headnode-1 this shoudl work

module load cmake/3.7.1 gcc/6.2.0 BOOST/1.56.0
cmake3 . -DCMAKE_C_COMPILER=/home/portel01/programs/compilers/gcc-6.3/bin/gcc -DCMAKE_CXX_COMPILER=/home/portel01/programs/compilers/gcc-6.3/bin/g++

nucleosome_positioning_proxies's People

Contributors

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