comparison QDNAseq.R @ 56:c962b56a2dd8 draft

Uploaded
author stef
date Wed, 06 Aug 2014 06:19:30 -0400
parents b85c575ac1e3
children bfe9d9b7e261
comparison
equal deleted inserted replaced
55:b85c575ac1e3 56:c962b56a2dd8
506 ) 506 )
507 html_freq_img <- htmlLink( 507 html_freq_img <- htmlLink(
508 path=freqImgName, 508 path=freqImgName,
509 paste('<img id="', freqImgName,'" src="', freqImgName, '" width="', width/2, '" height="', height/2, ' alt="FrequenceyPlot">', sep='') 509 paste('<img id="', freqImgName,'" src="', freqImgName, '" width="', width/2, '" height="', height/2, ' alt="FrequenceyPlot">', sep='')
510 ) 510 )
511 ## there only is a frequency plot when data is called
512 if ( !doCall ){ html_freq_img <- '' }
513
511 extra_plots_html <- paste( 514 extra_plots_html <- paste(
512 html_noise_img, " \n", 515 html_noise_img, " \n",
513 html_freq_img, "\n", sep='' 516 html_freq_img, "\n", sep=''
514 ) 517 )
515 518