MMTSB
Tool Set Documentation

Difference between revisions of "psipred.pl"

From MMTSB
Jump to: navigation, search
Line 10: Line 10:
  
 
; -help : usage information
 
; -help : usage information
 
+
; -long : long output format
  
 
== Examples ==
 
== Examples ==

Revision as of 15:13, 30 July 2009

Usage

usage:   psipred.pl [options] [seqFile]
options:            [-long]

Show source


Description

Options

-help 
usage information
-long 
long output format

Examples

psipred.pl sequence
predicts the secondary structure for the given sequence

CCEEEEEEEECCEECCEEEEEECCCCCCCCCCCHHHHHCCCCCCCCCCCCCCCCCCCEEEEECCCCEECCCCEECCCCCCCEEECCCCCCCCCEEEEECCCCEEEEECCCCCCCCCEEEEECCCCCCCCCCEEEEEEEECCHHHHHHHHCCCCCCCCCEECCEEEEECCEECC


psipred.pl -long sequence
predicts the secondary structure for the given sequence and writes out the results in long format

   1 R C   0.996  0.002  0.001
   2 P C   0.886  0.005  0.093
   3 R E   0.193  0.000  0.799
   4 C E   0.065  0.000  0.914
   5 F E   0.061  0.000  0.937
   6 F E   0.038  0.000  0.937
   7 D E   0.068  0.000  0.941
   8 I E   0.087  0.001  0.933
   9 A E   0.116  0.002  0.859
  10 I E   0.130  0.002  0.828

...