Adjust links to images, part 2
This commit is contained in:
parent
c9866e7903
commit
29d0b3863d
71 changed files with 204 additions and 204 deletions
|
@ -21,7 +21,7 @@ As people who read my science-related posts know already, I'm not a big fan of {
|
|||
I use TMeV mostly because I didn't find any other implementation of the hierarchical clustering algorithm with support trees. However, I've stumbled upon a very annoying bug in the most recent version. Normally I use average linkage clustering and as the distance metric I employ the Pearson's correlation, and with gene and sample bootstrapping: with certain files this makes TMeV report errors at random during the iterations.
|
||||
|
||||
<!-- more -->
|
||||
[](http://www.dennogumi.org/wp-content/uploads/2007/11/tmev.png)What you see on the left is the "error" that TMeV gives. As you can see, it is all but informative. Digging a bit, it shows that Java throws an ArrayIndexOutOfBoundsException, but I wonder how, since this happens with different data files that have nothing in common at all.
|
||||
[](http://www.dennogumi.org/images/2007/11/tmev.png)What you see on the left is the "error" that TMeV gives. As you can see, it is all but informative. Digging a bit, it shows that Java throws an ArrayIndexOutOfBoundsException, but I wonder how, since this happens with different data files that have nothing in common at all.
|
||||
|
||||
Since I don't want to pass for someone who just whines, I contacted the MeV developers and offered to give also example files, but I've got no response at all. Luckily, the older version of MeV (3.1) is still around and works.
|
||||
|
||||
|
|
Reference in a new issue