Bugs item #1526677, was opened at 2006-07-21 15:54
Message generated for change (Comment added) made by warnes
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1526677&group_id=48422
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
>Category: User Education
Group: None
>Status: Closed
>Resolution: Invalid
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: heatmap_2
Initial Comment:
Dear rpyer,
when calling the function heatmap_2, there is a problem
because probably that the _ get systematically replace
by ., but in this case it shouldn't.
Got the error :
File "/usr/lib/python2.4/site-packages/rpy.py", line
290, in __getitem__
obj = self.__dict__[name] = self.__dict__.get(name,
self.get(name))
rpy.RException: Error in get(x, envir, mode, inherits)
: variable "heatmap.2" was not found
thank you
----------------------------------------------------------------------
>Comment By: Gregory Warnes (warnes)
Date: 2007-10-17 23:30
Message:
Logged In: YES
user_id=9316
Originator: NO
The problem is caused by forgetting to load the appropriate library via:
rpy.r.library('gplots')
before attempting to access the heatmap.2 function defined by said
library.
-G
----------------------------------------------------------------------
Comment By: Peter (maubp)
Date: 2006-07-31 13:07
Message:
Logged In: YES
user_id=259020
You will have to give us some more information.
What version of rpy are you using, what version of R.
It looks like you are usign Python 2.4 on Linux (or some
other unix like system - maybe Mac OS X perhaps?)
And most importantly, the python program that had this problem.
Have you read this page which might help?
http://www2.warwick.ac.uk/fac/sci/moac/currentstudents/peter_cock/python/heatmap/
Thank you
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1526677&group_id=48422
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rpy-list