0.0
No commit activity in last 3 years
No release in over 3 years
The PlasmoAP algorithm (Foth and Ralph et. al. 2003) predicts apicoplast transit peptides in Plasmodium falciparum. This is an implementation of that algorithm.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.0.0
>= 1.6.4
>= 3.1.8

Runtime

>= 1.4.1
>= 0.2.0
 Project Readme

bio-plasmoap¶ ↑

PlasmoAP is a program for predicting apicoplast targetting sequences in Plasmodium falciparum (the most fatal causative agent of malaria). This biogem implements the PlasmoAP algorithm, designed from the PlasmoAP journal article:

Dissecting apicoplast targeting in the malaria parasite Plasmodium falciparum.
Foth BJ, Ralph SA, Tonkin CJ, Struck NS, Fraunholz M, Roos DS, Cowman AF, McFadden GI.
Science. 2003 Jan 31;299(5607):705-8.
PMID: 12560551

PlasmoAP requires the bio-signalp BioRuby plugin to be installed and therefore SignalP itself. See github.com/wwood/bioruby-signalp for more details.

Specifically, it requires version 3 of SignalP.

Installation and usage¶ ↑

To install:

gem install bio-plasmoap

To use:

plasmoap.rb /path/to/proteins.fasta

Copyright © 2012-2016 Ben J Woodcroft. See LICENSE.txt for further details.