Wilke:Using HyPhy: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
{{WilkeMenu}}
{{WilkeMenu}}


 
== General Notes ==
Some notes on [http://www.datam0nk3y.org/hyphy/doku.php HyPhy].
Some notes on [http://www.datam0nk3y.org/hyphy/doku.php HyPhy].


Line 11: Line 11:


myParameter :< upperBound; /* default is 10^26 */
myParameter :< upperBound; /* default is 10^26 */
== Functions ==
== Scripts ==

Revision as of 14:06, 26 January 2010

Notice: The Wilke Lab page has moved to http://wilkelab.org.
The page you are looking at is kept for archival purposes and will not be further updated.
THE WILKE LAB

Home        Contact        People        Research        Publications        Materials

General Notes

Some notes on HyPhy.

  • Global variables in HYPHY must be defined before the model definition.
  • How do you assign the range of the parameters in HyPhy?

myParameter :> lowerBound; /* default is 0 */

myParameter :< upperBound; /* default is 10^26 */

Functions

Scripts