diff k2n.R @ 17:31f25b37187b draft

Uploaded
author nikos
date Wed, 11 Feb 2015 06:27:12 -0500
parents
children ceb96c265bd1
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/k2n.R	Wed Feb 11 06:27:12 2015 -0500
@@ -0,0 +1,11 @@
+options(stringAsfactors = FALSE, useFancyQuotes = FALSE)
+args <- commandArgs(trailingOnly = TRUE)
+
+library(RNAprobR)
+
+# Read inputs
+merged <- args[1]
+unique_barcodes <- args[2]
+output <- args[3]
+
+k2n_calc( merged, unique_barcodes, output )