I recently had to implement kMeans algorithm for clustering genes based on their profiles for one of my bioinformatics homework. Even though, I implemented my code, I wanted to compare the results using BioPython. For those, who do not know, BioPython is a set of libraries that allow you to write bioinformatics code. They have [...]
Archive for the ‘Python’ Category
Code Snippet to run kMeans clustering in BioPython
Posted in Data Mining, Python, tagged biopython, kmeans on November 21, 2010 | 4 Comments »
Creating GNOME Panel Applets in Python
Posted in Hindi, Linux, Python, tagged applet, gnome, gtk, Hindi, pygtk, Python on January 15, 2010 | 8 Comments »
I am currently learning Hindi (more on that in another post). I was thinking of ways to improve my vocabulary. I decided to write a GNOME applet, that will display Hindi words and its meaning in the panel and refresh them periodically. I chose to use Python, partly because I was lazy and partly because [...]