]> git.donarmstrong.com Git - rsem.git/blobdiff - EBSeq/R/PlotTopCts.R
changed output format to contain FPKM etc. ; fixed a bug for paired-end reads
[rsem.git] / EBSeq / R / PlotTopCts.R
diff --git a/EBSeq/R/PlotTopCts.R b/EBSeq/R/PlotTopCts.R
deleted file mode 100644 (file)
index cb502d0..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-PlotTopCts <-
-function(TopNum, FD, names)
-{
-    matplot(c(1:TopNum) , FD,type="l",xlab="Top DE selected", lwd=2, log="y", ylab="FD")
-    legend("topleft",col=1:TopNum, lwd=2, lty=1:TopNum, names)
-
-}
-