search for: anticor

Displaying 2 results from an estimated 2 matches for "anticor".

2007 Aug 16
2
Possible memory leak with R v.2.5.0
...et.vars.for.cluster = function( cluster, genes=get.global( "gene.ids" ), opt=c("rows","cols"), ratios=get.global("ratios"), var.norm=T, r.sig=get.global( "r.sig" ), allow.anticor=get.global( "allow.anticor" ) ) { cat( "phw dbg msg\n") cluster <<- cluster opt <- match.arg( opt ) rows <- cluster$rows cols <- cluster$cols if ( opt == "rows" ) { cat( "phw dbg msg: if opt ==...
2007 Aug 16
0
Possible memory leak with large matrices in R v.2.5.0
...t=c("rows","cols"), ratios=get.global("ratios"), var.norm=T, r.sig=get.global( "r.sig" ), allow.anticor=get.global( "allow.anticor" ) ) { cluster <<- cluster opt <- match.arg( opt ) rows <- cluster$rows cols <- cluster$cols if ( opt == "rows" ) { r <- ratios[ rows, cols ] r.all <-...