|
Dear Gavin,
I have encountered an error during analysis of my data. I am not sure if it is a bug or I just miss
+ something.
I have got a small gene set for which findTerm returns only one p-value. This p-value has no field
+(key) "CORRECTED_PVALUE". As result when I call TermFinderReport::Text->print it issues a warning
+about "Use of uninitialized value in numeric ....". It happens because function TermFinderReport::
+Text->print use p-value{"CORRECTED_PVALUE"}quite extensively without checking if it exists. Line 1
+71 and below in TermFinderReport/Text.pm. Since CORRECTED_PVALUE not always returned by findTerms(
+) according to documentation I think that this issue should be fixed.
Best regards,
Mikhail
|