Displaying 2 results from an estimated 2 matches for "recommenderlab".
2011 Aug 18
1
convert a matrix to binaryMatrix in Recommenderlab
Does anyone have experience about how to convert a matrix to binaryMatrix using Recommenderlab package?
Thanks,
Jing
[[alternative HTML version deleted]]
2010 Aug 25
1
Documenting S4 Methods
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, ...) {
... ... ...
})