From 356eb264aba8aa899285255d335ef9c1b32d7887 Mon Sep 17 00:00:00 2001 From: depristo Date: Tue, 15 Feb 2011 12:28:09 +0000 Subject: [PATCH] Now says FNR, not FDR. We really need to clean up VQSR git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5243 348d0f76-0448-11de-a6fe-93d51630548a --- R/plot_Tranches.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/plot_Tranches.R b/R/plot_Tranches.R index 2cf75838f..075375340 100755 --- a/R/plot_Tranches.R +++ b/R/plot_Tranches.R @@ -69,7 +69,7 @@ if ( ! suppressLegend ) legend(5, 1.75, c('Cumulative TPs','Tranch-specific TPs', 'Tranch-specific FPs', 'Cumulative FPs' ), fill=cols, density=density, bg='white', cex=1.25) mtext("Ti/Tv",2,line=2.25,at=length(data2$FDRtranche)*1.2,las=1, cex=1) -mtext("FDR",2,line=0,at=length(data2$FDRtranche)*1.2,las=1, cex=1) +mtext("FNR",2,line=0,at=length(data2$FDRtranche)*1.2,las=1, cex=1) axis(2,line=-1,at=0.7+(0:(length(data2$FDRtranche)-1))*1.2,tick=FALSE,labels=data2$FDRtranche, las=1, cex.axis=1.0) axis(2,line=1,at=0.7+(0:(length(data2$FDRtranche)-1))*1.2,tick=FALSE,labels=round(novelTiTv,3), las=1, cex.axis=1.0)