diff test.R @ 0:7171114c3734 draft

Uploaded
author deepakjadmin
date Wed, 23 Sep 2015 14:24:35 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/test.R	Wed Sep 23 14:24:35 2015 -0400
@@ -0,0 +1,6 @@
+args <- commandArgs(T)
+arg1 <- args[1] ## Reae Input prediction file
+library("Rcpp")
+library("edgeR")
+asd <- sessionInfo()
+save(asd,file=arg1)