Difference between revisions of "Disopred"
From Bioinformatikpedia
Line 1: | Line 1: | ||
+ | =DISOPRED= |
||
+ | |||
+ | ==Basic Information== |
||
+ | |||
+ | {| style="float: right; border: 1px solid #BBB; margin: .46em 0 0 .2em;" |
||
+ | ! Author |
||
+ | | David T. Jones |
||
+ | |- |
||
+ | ! Year |
||
+ | | 1999 |
||
+ | |- |
||
+ | ! Reference |
||
+ | | [http://www.ncbi.nlm.nih.gov/pubmed/10493868 PubMed 10493868] |
||
+ | |- |
||
+ | ! ML Method |
||
+ | | Neural Network |
||
+ | |- |
||
+ | ! Architecture |
||
+ | | feed-forward back-propagation, single hidden layer |
||
+ | |} |
||
+ | |||
+ | ==Details== |
||
+ | |||
+ | ==FAQ== |
||
+ | ===How to run it locally?=== |
||
Change in the disopred script the following lines: |
Change in the disopred script the following lines: |
||
Revision as of 19:09, 5 June 2011
DISOPRED
Basic Information
Author | David T. Jones |
---|---|
Year | 1999 |
Reference | PubMed 10493868 |
ML Method | Neural Network |
Architecture | feed-forward back-propagation, single hidden layer |
Details
FAQ
How to run it locally?
Change in the disopred script the following lines:
# Change database location
set dbane = /data/blast/nr/nr
# Check if there is any path with /usr/local/bin
change all path to /usr/bin (important: change also the path to the perl location)