[Bioc-devel] S4 Method of ExpressionSet Signature Not Found

Michael Lawrence lawrence.michael at gene.com
Fri Oct 23 03:16:49 CEST 2015


Is getGeneric("DMDselection") identical to your
selectParams at featureSelection?  You'll want to get rid of the { } in your
generic definition in order to avoid the non-standard generic.

On Thu, Oct 22, 2015 at 6:00 PM, Dario Strbenac <dstr7320 at uni.sydney.edu.au>
wrote:

> Hello,
>
> How is it possible to have the method implemented for a particular
> signature, but not found ? The problem I am having is :
>
> Browse[2]> showMethods("DMDselection")
> Function: DMDselection (package ClassifyR)
> expression="ExpressionSet"
> expression="matrix"
> Browse[2]> selectParams at featureSelection
> nonstandardGenericFunction for "DMDselection" defined from package
> "ClassifyR"
>
> function (expression, ...)
> {
>     standardGeneric("DMDselection")
> }
> <environment: 0x4ed8ca8>
> Methods may be defined for arguments: expression
> Use  showMethods("DMDselection")  for currently available ones.
> Browse[2]> do.call(selectParams at featureSelection, paramList)
> Error in (function (classes, fdef, mtable)  :
>   unable to find an inherited method for function 'DMDselection' for
> signature '"ExpressionSet"'
>
> --------------------------------------
> Dario Strbenac
> PhD Student
> University of Sydney
> Camperdown NSW 2050
> Australia
> _______________________________________________
> Bioc-devel at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/bioc-devel
>

	[[alternative HTML version deleted]]



More information about the Bioc-devel mailing list