]> git.donarmstrong.com Git - rsem.git/blobdiff - rsem-plot-model
RSEM v1.1.8
[rsem.git] / rsem-plot-model
index 8ff626a530db1808ac4067a91ac04297df423d76..7466eea2398be524e3f073b1ac7d914b3c6a8d83 100755 (executable)
@@ -124,6 +124,6 @@ if (model_type == 1 || model_type == 3) {
 close(con)
 
 pair <- read.table(file = cntF, skip = 3, sep = "\t")
-barplot(pair[,2], names.arg = pair[,1], xlab = "Number of Alignments", ylab = "Number of Reads", main = "Histogram of Read Alignments")
+barplot(pair[,2], names.arg = pair[,1], xlab = "Number of Alignments", ylab = "Number of Reads", main = "Histogram of Reads with Different Number of  Alignments")
 
 dev.off()