bio-exportpred

ExportPred is a computer program for predicting whether particular Plasmodium falciparum proteins are exported into the red blood cell cytosol during the intraerythrocytic stages. This biogem is a wrapper around the program, so that it can be interacted with programmatically.

bioinf.wehi.edu.au/exportpred/

Example usage:

positive_control = 'MAVSTYNNTRRNGLRYVLKRRTILSVFAVICMLSLNLSIFENNNNNYGFHCNKRHFKSLAEASPEEHNNLRSHSTSDPKKNEEKSLSDEINKCDMKKYTAEEINEMINSSNEFINRNDMNIIFSYVHESEREKFKKVEENIFKFIQSIVETY'
result = Bio::ExportPred::Wrapper.new.calculate(positive) #=> Bio::ExportPred::Result object
assert_equal true, result.signal?
assert result.predicted_rle?

Contributing to bio-exportpred

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