Skip to content
Prev 6748 / 21312 Next

[Bioc-devel] recalling methods

Hey guys,

Surgically removed from promptClass:

  classInSig <- function(g, where, cl) {
        cl %in% unique(unlist(findMethods(g, where)@signatures))
    }
    genWithClass <- function(cl, where) {
        allgen <- getGenerics(where = where)
        ok <- as.logical(unlist(lapply(allgen, classInSig, cl = cl,
            where = where)))
        allgen[ok]
    }
[1] "c"            "coerce"       "end<-"        "gaps"
"intersect"
 [6] "isNormal"     "names<-"      "names"        "pgap"
"pintersect"
[11] "psetdiff"     "punion"       "reduce"       "reverse"      "setdiff"

[16] "start<-"      "start"        "threebands"   "union"
 "updateObject"
[21] "update"       "width<-"      "width"


For semantic guessing of which ones will be useful, I've got nothing (for
now).

~G

On Fri, Dec 5, 2014 at 11:28 AM, Michael Lawrence <lawrence.michael at gene.com