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