Giter VIP home page Giter VIP logo

algorithms_in_bioinformatics's Introduction

Algorithms In Bioinformatics

To run the algorithms execute the file "algorithmsInBioinformatics.py" in the folder source/bin.

Parameters

Help

-h, --help

Show this help message and exit

Algorithms

-a {nw,gotoh,nw3,fengDoolittle,sumOfPairs,upgma,wpgma,nussinov},

--algorithm {nw,gotoh,nw3,fengDoolittle,sumOfPairs,upgma,wpgma,nussinov}

Define which algorithm should be executed. Options are:

  • 'nw' for the algorithm of Needleman and Wunsch.
  • 'gotoh' for the algorithm of Osamu Gotoh.
  • 'nw3' for the Needleman-Wunsch algorithm with three sequences.
  • 'fengDoolittle' for the heuristic multiple sequence alignment algorithm by Da-Fei Feng and Russell F. Doolittle.
  • 'sumOfPairs' for the scoring of a multiple sequence alignment by Humberto Carrillo and David Lipman.
  • 'upgma' or 'wpgma' is a clustering method to generate pylogenetic trees.
  • 'nussinov' for the RNA secondary structure prediction algorithm by Ruth Nussinov.

Input file

-f INPUTFILE, --inputFile INPUTFILE

Define the file in which the input sequences are defined. It have to be in fasta-format.

Output file

-o OUTPUTFILE, --outputFile OUTPUTFILE

Define in which file the output should be written. If not defined, it is written to "outputFile.fas" in the local directory.

Weight function

-w WEIGHTFUNCTION, --weightFunction WEIGHTFUNCTION

Name of a weight function definde in class PairwiseAligmentHelper.

Gap costs

-gc GAPCOST, --gapCost GAPCOST

Name of a gap function definde in class PairwiseAligmentHelper.

Number of solutions

--numberOfSolutions NUMBEROFSOLUTIONS

Define the number of optimal solutions the Needleman-Wunsch algorithm should compute.

Output format

--outputFormat {graphML,newickTree}

Define the output format of the output file. This function is only parsed if you choose 'upgma' or 'wpgma' as an algorithm. Default is Newick tree.

similarity score

--similarityScore SIMILARITYSCORE

Name of a similarity score defined in class PairwiseAligmentHelper.

Support

If you are having issues, please let me know. Mail adress: wolffj[at]informatik[dot]uni-freiburg[dot]de

algorithms_in_bioinformatics's People

Contributors

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