plotFDR | R Documentation |
For more details and references see package vignette
vignette("TargetDecoyFDR_Example", package = "prozor")
plotFDR(data)
data |
data returned by computeFDR function |
creates a plot
#library(prozor)
data(fdrSample)
fdr1 <- computeFDRwithID(fdrSample$score, fdrSample$proteinID, larger_better = FALSE)
fdr2 <- computeFDRwithID(fdrSample$score2, fdrSample$proteinID, larger_better = TRUE)
plotFDR(fdr1)
plotFDR(fdr2)
data<-fdr1
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.