changeset 7:1181e22c2b5a draft

Uploaded
author stef
date Mon, 27 Oct 2014 05:24:59 -0400
parents d4d58887f008
children 238a698f7904
files QDNAseq.R
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/QDNAseq.R	Mon Oct 06 11:04:57 2014 -0400
+++ b/QDNAseq.R	Mon Oct 27 05:24:59 2014 -0400
@@ -144,6 +144,14 @@
 
 catMsg( "Starting QDNAseq wrapper" )	
 catMsg( "Loading R libraries" )
+catMsg( R.version.string )
+
+catMsg( "Loading Limma" )
+library( "limma" )
+catMsg( "Loading DNAcopy" )
+library( "DNAcopy" )
+
+## supress msg to allow R to finish with non-error msg
 suppressWarnings( suppressMessages( library( QDNAseq, quietly = TRUE ) ) )
 suppressWarnings( suppressMessages( library( CGHcall, quietly = TRUE ) ) )