X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=rsem-plot-model;fp=rsem-plot-model;h=7466eea2398be524e3f073b1ac7d914b3c6a8d83;hb=8184b0257104954c1da1d42484f5bf2d2c308c5a;hp=8ff626a530db1808ac4067a91ac04297df423d76;hpb=3ec78aa9af79921c44d62b65f88865a4b65880be;p=rsem.git diff --git a/rsem-plot-model b/rsem-plot-model index 8ff626a..7466eea 100755 --- a/rsem-plot-model +++ b/rsem-plot-model @@ -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()