comparison QDNAseq.R @ 34:3716bb4260fd draft

Uploaded
author stef
date Wed, 18 Jun 2014 06:02:20 -0400
parents 794a9cf2b2ed
children 8bc61837945e
comparison
equal deleted inserted replaced
33:4a29cc89e531 34:3716bb4260fd
372 readCoSize <- paste( round( file.info( robjReadCoPath )[["size"]] / 1000000, digits=2 ), 'MB' ) 372 readCoSize <- paste( round( file.info( robjReadCoPath )[["size"]] / 1000000, digits=2 ), 'MB' )
373 copyNrSize <- paste( round( file.info( robjCopyNrPath )[["size"]] / 1000000, digits=2 ), 'MB' ) 373 copyNrSize <- paste( round( file.info( robjCopyNrPath )[["size"]] / 1000000, digits=2 ), 'MB' )
374 calledSize <- paste( round( file.info( robjCalledPath )[["size"]] / 1000000, digits=2 ), 'MB' ) 374 calledSize <- paste( round( file.info( robjCalledPath )[["size"]] / 1000000, digits=2 ), 'MB' )
375 regionSize <- paste( round( file.info( robjRegionPath )[["size"]] / 1000000, digits=2 ), 'MB' ) 375 regionSize <- paste( round( file.info( robjRegionPath )[["size"]] / 1000000, digits=2 ), 'MB' )
376 igvCopyNrSize <- paste( round( file.info( igvCopyNrPath )[["size"]] / 1000000, digits=2 ), 'MB' ) 376 igvCopyNrSize <- paste( round( file.info( igvCopyNrPath )[["size"]] / 1000000, digits=2 ), 'MB' )
377 igvCalledSize <- paste( round( file.info( igvCallecPath )[["size"]] / 1000000, digits=2 ), 'MB' ) 377 igvCalledSize <- paste( round( file.info( igvCalledPath )[["size"]] / 1000000, digits=2 ), 'MB' )
378 378
379 ## ------------------------ 379 ## ------------------------
380 ## creating html output to be linked to from the middle galaxy pane 380 ## creating html output to be linked to from the middle galaxy pane
381 ## ------------------------ 381 ## ------------------------
382 382