]> git.donarmstrong.com Git - rsem.git/blobdiff - EBSeq/R/PlotPattern.R
changed output format to contain FPKM etc. ; fixed a bug for paired-end reads
[rsem.git] / EBSeq / R / PlotPattern.R
diff --git a/EBSeq/R/PlotPattern.R b/EBSeq/R/PlotPattern.R
deleted file mode 100644 (file)
index 61f93af..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-PlotPattern<-function(Patterns){
-       par(oma=c(3,3,3,3))
-       PatternCol=rainbow(ncol(Patterns))
-       heatmap(Patterns,col=PatternCol,Colv=NA,Rowv=NA,scale="none")
-
-}
-