[Bioc-devel] edgeR estimateGLMRobustDisp Fails when Called From A Package

Dario Strbenac dstr7320 at uni.sydney.edu.au
Fri Jun 27 08:00:15 CEST 2014


Hello,

I never explicitly use that class in my function. I did debugging and realised what the problem is. DGEList is part of class hierarchy and it inherits from the superclass LargeDataObject 

> showClass("DGEList")
Class "DGEList" [package "edgeR"]

Slots:
           
Name:  .Data
Class:  list

Extends:
Class "list", from data part
Class "LargeDataObject", directly
Class "vector", by class "list", distance 2

That's why edgeR needs to know about that class.

--------------------------------------
Dario Strbenac
PhD Student
University of Sydney
Camperdown NSW 2050
Australia


More information about the Bioc-devel mailing list