]> git.donarmstrong.com Git - rsem.git/commitdiff
rsem-plot-model was changed again
authorBo Li <bli@cs.wisc.edu>
Tue, 15 Mar 2011 15:52:16 +0000 (10:52 -0500)
committerBo Li <bli@cs.wisc.edu>
Tue, 15 Mar 2011 15:52:16 +0000 (10:52 -0500)
rsem-plot-model

index d78d5c720a5961f187d411c939016e551eb1cd86..5546ff60476914524599c1a5c79884ad8b4fdc05 100755 (executable)
@@ -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)