Displaying 1 result from an estimated 1 matches for "dehoon".
2007 Aug 16
2
Possible memory leak with R v.2.5.0
...ll, 1, "-", avg.rows )
if ( !allow.anticor ) rm( r.all, avg.rows ) # phw added 8/9/07
gc( reset=TRUE ) # phw added 8/9/07
cat( "phw dbg msg: finished calc'ing avg.rows & devs\n" )
## This is what we'd use from the deHoon paper
(bioinformatics/bth927)
##sd.rows <- apply( r, 2, sd )
##devs <- devs * devs
##sd.rows <- sd.rows * sd.rows
##sds <- apply( devs, 2, "/", sd.rows )
##sds <- apply( sds, 2, sum )
##retu...