]> git.donarmstrong.com Git - rsem.git/blobdiff - EBSeq/R/PlotFDTP.R
changed output format to contain FPKM etc. ; fixed a bug for paired-end reads
[rsem.git] / EBSeq / R / PlotFDTP.R
diff --git a/EBSeq/R/PlotFDTP.R b/EBSeq/R/PlotFDTP.R
deleted file mode 100644 (file)
index ce029a3..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-PlotFDTP <-
-function(TopNum, FDR, TPR,names)
-{
-  
-  matplot(FDR, TPR, xlim=c(0,.5), ylim=c(0,1) ,type="l",lwd=2,xlab="FDR", ylab="TPR")
-    legend("bottomright",col=1:TopNum, lwd=2, lty=1:TopNum, names)
-
-
-}
-