Subject: | GO::View shows larger GO trees only partially |
Dear Author,
The GO::View module version 0.70 does not display larger GO trees completely. This seems to be due to the maxTopNodeToShow variable declared in View.pm, line 2285. This variable is set to 6, which corresponds to the number of different root go categories (ie have genes attached directly) that are shown in the graph. If this number is higher than 6 (which happened in my case), an incomplete tree is shown and a discrepancy has arisen between the go tree and the printed output of the significant go categories. Changing this variable to an arbitrary high number (eg 1000) resolves this, an alternative is to completely get rid of this variable ( is it there for performance issues ?), or at least give a warning when you exceed this parameter.
Kind regards,
Patrick