Fuzzier Logic
This week in links #1
In a new style post (for me), some links to things that have caught my eye in the last 2 weeks:
- Peter Murray-Rust blogs about the state of British politics and wonders what to do with his vote
- How Xandros makes money out of Linux
- Parsing KEGG in Python
- CSHL are going to require Bloggers and Twitterers register & seek permission for conferences
- Endnote’s case against Zotero dismissed
- Trey Ideker et al find genes that control response to free radicals in yeast – Original paper [PLoS Biology]
- Ashton Kutcher links to ScienceBlogger Bora on his much-followed Twitter stream
This may become a habit. Though it is likely to be an infrequent one.
2 Responses to This week in links #1
Leave a Reply Cancel reply
Archives
Categories
Tags
About Me Astronomy badscience BBC biosysbio Blog citations Conference creative-commons doom friendfeed kblog knowledgeblog lifefeed microblog MMR naming netbook news obama open-data Open Access personal politics posterous president protein-protein interactions proteomics Radio referencing Research Blogging Review science scienceisvital Software solo10 space statistics telescopes testing trivia twitter wiki wordle workTwitter
- pymzML - Python module for high throughput bioinformatics on mass spectrometry data. http://t.co/HJRqKHO5 #citeulike
- Return to work being hampered by return to work form, which is impossible to fill in on a Mac.
- Not the ideal end to the week. Blood tests and X-rays all for basically nothing. Still at least I'm home in time to have a proper weekend.
- @d_swan mine too! I assume we got the same email :)
- @jonoble I can't imagine the situation in which you would discover that...
On Fuzzier Logic






Thank you for the link.
Are you using Kegg pathways for your work? Would you find useful a parser for KGML files?
Notice that most off the pathways are available in the BioPax format, which can be read by other tools like cytoscape Unfortunately, my pathways are only available in KGML
Maybe tomorrow I’ll write an update about the KGML parser I am writing.
You’re welcome for the link Giovanni.
I’m sure a KGML parser will come in handy one day. I’ll keep an eye on the progress of your code.
By the way, have you tried using cElementTree rather than ElementTree? It is also included in the standard libraries (since 2.5) and it is about an order of magnitude faster.