view test.R @ 0:7171114c3734 draft

Uploaded
author deepakjadmin
date Wed, 23 Sep 2015 14:24:35 -0400
parents
children
line wrap: on
line source

args <- commandArgs(T)
arg1 <- args[1] ## Reae Input prediction file
library("Rcpp")
library("edgeR")
asd <- sessionInfo()
save(asd,file=arg1)