Skip to content
Prev 22370 / 63424 Next

getMethods() not finding all methods

Hi Seth,

Thanks for the info - actually one of the things
I like about getMethods is seeing the function
internals - as you point out, geneNames is being
deprecated in favour of featureNames, which is
revealed by the guts of the geneNames method ;)
An object of class ?MethodsList?
Slot "methods":
$ExpressionSet
Method Definition:

function (object)
{
    .Deprecated("featureNames")
    featureNames(object)
}
<environment: namespace:Biobase>

Signatures:
        object        
target  "ExpressionSet"
defined "ExpressionSet"




-----Original Message-----
From: r-devel-bounces at r-project.org on behalf of Seth Falcon
Sent: Thu 10/12/2006 5:28 PM
To: r-devel at stat.math.ethz.ch
Subject: Re: [Rd] getMethods() not finding all methods
 
"Steven McKinney" <smckinney at bccrc.ca> writes:
I think it may be a bug in getMethods.  At least, I would expect it to
show the AffyBatch method.  The output of showMethods is, IMO, more
readable and, in this case, more useful:
[snip]
Function: geneNames (package Biobase)
object="AffyBatch"
object="ExpressionSet"
object="exprSet"

As an aside, geneNames is deprecated in favor of featureNames, a
somewhat more "P.C." term for the things measured on the chips :-)

Best,

+ seth

______________________________________________
R-devel at r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel