Wednesday, February 10, 2010

Erasmus Mundus scholarships for forest sciences

It's Erasmus Mundus!!! They are back with new programme 2009-2013. *ahem clear throat. If you don't know what's Erasmus Mundus scholarships are, they are the best deal in town. The scholarships are offered for Master and PhD programmes from various European universities.

This year Master courses available are European Forestry, Sustainable Forest and Nature Management and other agricultural courses. The PhD programmes are offered by FONASO (Forest and Nature Society). The society is formed by six European universities.

Click here to view details.

Read more...

Friday, February 5, 2010

Programming: friend or foe



Here I go again. Trying to write Python scripts (more like modifying scripts :p). Finally, it's done. Took me 2 scripts and 2 hours. I can imagine a programmer spending only 5 min doing all that with 1 script. Sigh. Programming is my enemy!

A few months ago, I believed Python can be mastered in two months. I know it's silly. Now I'm more realistic about my goals. I would like to master simpler language like 'awk' instead of Python.

Here's a number of programming languages I want to learn:
- awk
- Python
- R statistic

A little explanation

Awk is a programming language to manipulate text-based file. The general rule of the file Awk can handle is it must be separated by lines and columns. I like awk because I can use one-line command. Other languages like Perl and Python requires the scripts to be saved in a file before running the script on terminal.

Python
People said that Python is the easiest programming language for bioinformatics. Some people disagree, they prefer Perl. Others said the norm for bioinformatian is to know at least two languages: C/C++/Java and Perl/Python.

Python scripts are 'readable' and easier to understand. It's object-oriented (Nope, I don't really understand what that means). Biopython is a version of Python for computational molecular biology. Users can import modules or functions stored in Biopython library. That saves a lot of work. However, you must master Python before using Biopython.

R statistics
R is a free programming language developed from S. Most people use R to construct graphical output of their data. Those days when we use Microsoft Word and Excel to plot graphs is soooOOOooo over!

After I look at the long manual, I give up. But lately I discovered ggplot2 which is a package in R. It's quick and easy. *evil laugh.

Programming is fun when you can find the scripts and tutorials easily online. Somebody have done it before. A little trial and error will give you the results you want. Like I always said, the things that we need to learn we learn by doing them.

Read more...

  © Free Blogger Templates Spain by Ourblogtemplates.com 2008

Back to TOP