Hello,
I am following step by step the benomyl example in the GOCluster user
manual and when trying to display the hierarchical clustering results,
I get the following error:
> display(benomylExecuted, selection = 2)
Error in text.default(tp + 0.1, textpoint, axis[c2, 3], 0, cex = ts) :
X11 font at size 16 could not be loaded
However, I can display without problems the heatmap.
I am using R 2.1.0 and the last Bioconductor on Suse Linux.
Anyone knows how to solve this problem?
Thanks!
Lourdes
On 26 Aug 2005, lourdes.pena at gmail.com wrote:
> Hello,
>
> I am following step by step the benomyl example in the GOCluster
> user manual and when trying to display the hierarchical clustering
> results, I get the following error:
>
>> display(benomylExecuted, selection = 2)
> Error in text.default(tp + 0.1, textpoint, axis[c2, 3], 0, cex = ts)
> : X11 font at size 16 could not be loaded
On suse, make sure you have the following font packages installed:
xorg-x11-fonts-100dpi-6.8.1-15.5
xorg-x11-fonts-scalable-6.8.1-15
xorg-x11-fonts-75dpi-6.8.1-15.5
My bet is that you are missing one of those. If you install it and
restart X, the error message should go away.
+ seth