Giter Site home page Giter Site logo

ferdinandor / curvedna Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lorenzo-rovigatti/curvedna

0.0 2.0 0.0 900 KB

A tool for estimating the natural curvature of B-DNA

License: GNU General Public License v3.0

C++ 86.67% CMake 0.22% C 0.21% Objective-C 1.92% POV-Ray SDL 10.98%

curvedna's Introduction

curveDNA

curveDNA estimates the natural curvature of double-stranded DNA (dsDNA). The algorithm used is explained in

E.S. Shpigelman, E.N. Trifonov and A. Bolshoy, Bioinformatics (1993) 9 (4): 435-440.

The twist, wedge and direction of the wedge parameters are taken from

S. Balasubramanian, F. Xu, and W. K. Olson, Biophysical journal (2009) 96 (6): 2245-2260

Features

  • Can print the local bending and curvature as defined in D. S. Goodsell and R. E. Dickerson, Nucleic Acid Research (1994) 22 (24): 5497-5503
  • Can print an mgl file containing the positions of each base-pair centre of mass and phosphates. mgl files can be visualised with cogli1
  • Can print the standard output the sequence filename, the end-to-end distance and the "perfect" end-to-end distance (that is, the end-to-end distance of a perfect double-stranded B-DNA of the same length)

Installation

curveDNA requires cmake and a c++11-compliant gcc

The code can be compiled as follows:

$ mkdir build
$ cd build
$ cmake ..
$ make

After the compilation stage the curveDNA executable will be placed in the build/bin folder.

Usage

curveDNA [options] sequence_file

Options

--help, -h
      Print usage and exit
--mgl, -m
      Print one mgl file for each sequence file provided. If the name of the input file is sequence.txt, the output file will be named sequence.txt.mgl
--end-to-end, -e
      Print the sequence filename, the end-to-end distance and the "perfect" end-to-end distance (that is, the end-to-end distance of a perfect double-stranded B-DNA of the same length)
--bending, -b
      Print the local bending of the sequence. The output filename is the input filename plus the .bnd extension. The optional argument sets the bracket value used to compute the local bending (defaults to 1)
--curvature, -c
      Print the curvature of the sequence. The output filename is the input filename plus the .crv extension. The optional argument sets the bracket value used to compute the curvature (defaults to 15)

Ackowledgements

curveDNA uses

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.