MATLAB in Comp. Biology

This category page contains some hints and tricks as well as demos and code fragments for working with MATLAB in various areas of computational biology.

2 Responses to “MATLAB in Comp. Biology”

  1. Farshid Says:

    Dear Eckhard
    I watched the webinar that you present about Microarry analyzing. I really enjoied it. I have questions:

    1. Please let me know how I can creat a GUI that you showed in your presentation. May I have the zip file of GUI that you used to depict data set.

    2. How could I insert a GUI as shortcuts?

    Best Regards,

    Farshid

    • elehmann Says:

      Hi Farshid,
      Thanks for watching the webinar :-)! You can create the GUI using guide – I think I explained that somewhere in the third part of the webinar… but I’m not sure. The code will go up on matlabcentral (www.matlabcentral.com), I should have done that already… glad you remembered me. Anyway there is an older version of maGUI that contains not all the same features like the webinar version, but could serve as a starting point for you to look at. Just search for “maGUI”.
      To create a shortcut for the GUI is very easy: right-click on the shortcuts bar, select “new shortcut” and put in an easy callback to open the GUI: “cd(‘C:/path/to/directory/with/maGUI/’); maGUI();”. That’s it ;-).


Leave a Reply