projects
/
rsem.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfe0500
)
rsem-plot-model was changed again
author
Bo Li
<bli@cs.wisc.edu>
Tue, 15 Mar 2011 15:52:16 +0000
(10:52 -0500)
committer
Bo Li
<bli@cs.wisc.edu>
Tue, 15 Mar 2011 15:52:16 +0000
(10:52 -0500)
rsem-plot-model
patch
|
blob
|
history
diff --git
a/rsem-plot-model
b/rsem-plot-model
index d78d5c720a5961f187d411c939016e551eb1cd86..5546ff60476914524599c1a5c79884ad8b4fdc05 100755
(executable)
--- 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)