From: Bo Li Date: Tue, 15 Mar 2011 15:52:16 +0000 (-0500) Subject: rsem-plot-model was changed again X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=commitdiff_plain;h=321658b5a04d8359bf93e80a948a8391efd7268b rsem-plot-model was changed again --- diff --git a/rsem-plot-model b/rsem-plot-model index d78d5c7..5546ff6 100755 --- a/rsem-plot-model +++ b/rsem-plot-model @@ -41,6 +41,7 @@ bval <- as.numeric(readLines(con, n = 1)[1]) if (bval == 1) { bin_size <- as.numeric(readLines(con, n = 1)[1]) y <- as.numeric(strsplit(readLines(con, n = 1), split = " ")[[1]]) + par(cex.axis = 0.7) barplot(y, space = 0, names.arg = 1:bin_size, main = "Read Start Position Distribution", xlab = "Bin #", ylab = "Probability") } strvec <- readLines(con, n = 1)