> Dario Strbenac
> on Wed, 25 Aug 2010 13:00:03 +1000 (EST) writes:
> I'm in the process of converting some S3 methods to S4 methods.
> I have this function :
> setGeneric("enrichmentCalc", function(rs, organism, seqLen,
...){standardGeneric("enrichmentCalc")})
> se
I'm in the process of converting some S3 methods to S4 methods.
I have this function :
setGeneric("enrichmentCalc", function(rs, organism, seqLen,
...){standardGeneric("enrichmentCalc")})
setMethod("enrichmentCalc", c("GenomeDataList", "BSgenome"), function(rs,
organism, seqLen, ...) {
2 matches
Mail list logo