# HG changeset patch # User stef # Date 1414401899 14400 # Node ID 1181e22c2b5a8cc143e0701c863569a744d0d1cb # Parent d4d58887f008cd0f702a1ca18919b87b2d501a08 Uploaded diff -r d4d58887f008 -r 1181e22c2b5a QDNAseq.R --- 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 ) ) )