I am now back from two weeks in Italy where I experimented with live blogging. You have probably noticed that some presentations from the meeting at CoSBi in Trento were covered on Buried Treasure within a matter of minutes of them ending. Also, quite a number of pictures were posted in the associated Picasa web album while the presentations were still ongoing. Here is a brief explanation of how I planned to pull this off and how it worked in practice.
My original plan was to use WordPress through the web browser on my smartphone together with a foldable bluetooth keyboard. This was how I first imagined that my live-blogging platform would look:

It seemed a good idea at the time, but there were a couple of “minor” problems:
- The mobile web interface for WordPress does not enable you to upload pictures.
- The full web interface for WordPress works neither in Microsoft Internet Explorer Mobile nor in Opera Mobile.
I thus started looking around for alternative clients for WordPress and eventually found ShoZu, which allows you to upload pictures from your phone to a variety of services including WordPress blogs and Picasa web albums. However, it is not a true blogging tool and only enables you to write a short description for each picture. I thus accepted to the real blog posts would be written on my laptop, whereas the following platform would be used for live blogging in the form of images with short descriptions:

This seemed like an even better idea at the time, but again I ran into a few technical problems:
- Due to strange combinations of firewalls, HTTP proxies, and complex login web pages, I never managed to get my smartphone reliably connected to the internet.
- The camera in the smartphone was unable to take even half decent picture under the poor light conditions.
In reality, I thus ended up using my old Apple PowerBook G4 and my Lumix TZ3 camera. They got the job done in terms of covering the presentations, but live blogging from poster sessions was practically impossible.
I have now put on my thinking cap to come up with a live-blogging platform that would work for poster sessions. You generally have too little time for too many posters, so it has to be very fast to snap a photo and post it. The light is often poor and people tend to use too small fonts on their posters, so you need a good camera to get a readable result. Finally, the lack of space and tables prevents you from using a laptop. The Eye-Fi Card might be a solution as it would enable me to upload images directly from my camera to, for example, a Picasa web album or Flickr. Please let me know if you have any ideas, experiences, or thoughts on this.

Cite this post









Commentary: Much ado about alignments
March 30, 2008There seems to be a new trend in computational biology: worrying about sequence alignments. Over the past couple of months, two high-profile papers have appeared that flaws related to sequence alignment methods.
The first paper appeared in Science Magazine in January this year. Wong and coworkers describe how uncertainties in multiple alignments can lead to errors in different phylogenetic trees:
The second paper appeared in Nature Biotechnology. Styczynski and coworkers discovered that the most commonly used substitution matrix, BLOSUM62, was calculated wrongly:
Upon casual reading of these publications, one could get the idea that over a decade of work based on alignments, sequence similarity searches, and molecular evolution is wrong. Fortunately, this does not appear to be the case.
Starting with the second paper, I applaud the authors for discovering a mistake in such an established method, and I agree with them that it is remarkable that it has not been noticed before. However, I do not think that it is surprising that the ‘incorrect’ matrices work very well. Although they were not calculated as intended, the BLOSUM matrices have become the de facto standard precisely because they work as well as they do.
Regarding the first paper, I think it is fair to say that anyone working on multiple alignments and phylogeny are well aware that uncertain alignments can lead to wrong phylogenetic trees. This is why almost everyone uses programs like Gblocks to remove the ambiguous parts of their alignments before moving on to constructing phylogenetic trees. Unfortunately, Wong et al. instead constructed two sets of trees for each of the six multiple alignment methods: one based on the complete alignments, and one in which they excluded all gapped sites from the phylogenetic analysis. The latter is not equivalent to using a blocked alignment, since not all ambiguously aligned sites contain gaps, and since not all sites with gaps are ambiguously aligned.
Wong and coworkers subsequently compared the trees that they obtained using the six different alignment programs and found disagreements for almost half of all yeast proteins. This number may sound shockingly high, but I find it to be misleading in several ways. First, “disagreement” was defined as at least one of the six trees disagreeing with the others – much of the disagreement could thus be due to a single poorly performing alignment program. This definition also implies that the results can only get worse by adding more alignment methods to the comparison. Second, the comparison was not limited to the trees that are supported by bootstrap analysis – much of the disagreement is thus due to trees that we already know should not be trusted.
In my view, it would be more fair to make the comparison along the following lines:
This procedure will ensure that trees are not distorted by the unreliable parts of the alignments, that comparisons are not based on trees we know are unreliable, that the results are not skewed by a single poorly performing alignment method, and that the numbers remain comparable if more alignment methods are added. I have already downloaded all the alignments and run then through Gblocks; please let me know if you would like to continue the analysis from that step, and I will arrange a way to transfer the files.
Time might prove me wrong, but I expect that such an analysis will show that alignment uncertainty is not a major factor that needs to be taken into account when constructing phylogenetic trees.
Posted in Commentary | 1 Comment »
Tags: alignment, phylogeny