Protein secondary structure and accessibility predictor
use RG::Reprof::Reprof;
See module commented source for further details.
Default model_dir: /tmp/lkajan/root/share/reprof. Returns new instance of RG::Reprof::Reprof.
This is a hash of model and feature files with 'model_name' keys like:
{ 'fub_model' => '/path/to/model_file', 'fub_features' => '/path/to/features_file' }
Check the module source for the list for model names.
If undefined, the built-in write_output() function is called that prints results to one or more files. The following positional parameters are passed to this function:
Output file name.
Secondary structure prediction, see source for details.
Accessibility prediction, see source for details.
Reference to array of residues of input sequence (e.g. [ 'M', 'A', 'G', ... ] ).
Original version by Peter Hoenigschmid <[email protected]> and Burkhard Rost.
Some perl module work and documentation by Laszlo Kajan <[email protected]>.
<http://rostlab.org/>