Coder Social home page Coder Social logo

jaroszlab / plaac Goto Github PK

View Code? Open in Web Editor NEW

This project forked from whitehead/plaac

0.0 1.0 0.0 16.18 MB

Prion-Like Amino Acid Composition

Home Page: http://plaac.wi.mit.edu/

License: MIT License

R 16.36% Python 5.35% Shell 0.67% Java 52.00% Ruby 8.46% JavaScript 0.63% HTML 12.95% CSS 1.15% CoffeeScript 2.44%

plaac's Introduction

PLAAC

PLAAC (Prion-Like Amino Acid Composition) searches protein sequences to identify candidate prion subsequences using a hidden-Markov model (HMM) algorithm. The PLAAC website is located at:

http://plaac.wi.mit.edu/

This README file is for developers and others interested in accessing the Java code and the web framework, which is released under the open-source MIT license.

Citing PLAAC

To cite use of either the PLAAC website or underlying code, in any publication, please cite Lancaster et al. (2014), which describes additional extensions and implementation details of the algorithm. Details of the PLAAC algorithm are described in Alberti et al. (2009) and also at http://plaac.wi.mit.edu/details.

Installation

Command-line application (cli)

cd cli
./build_plaac.sh

This will build a plaac.jar file , as well as column outputs for the website in the _plaac_headers.haml both in the cli/target subdirectory. More detailed instructions for the use of the plaac cli are found in cli/README.md.

Web-application

Perform the same steps as for the cli, above, then:

cp target/plaac.jar ../web/bin/
cp R/plaac_plot.r R/plaac_plot_util.r ../web/bin/

If the column outputs from cli version have changed (i.e. in cli/src/plaac.java), you will also need to update the HAML code for the website:

cp target/_plaac_headers.haml ../web/views/

The remaining installation steps are detailed in the web/README.md (note that Rscript should be installed).

plaac's People

Contributors

andynu avatar alexlancaster avatar oliverking avatar

Watchers

James Cloos 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.