plotFDR: plot FDR

Description Usage Arguments Examples

View source: R/computeFDR.R

Description

plot FDR

Usage

1

Arguments

data

data returned by computeFDR function

Examples

1
2
3
4
5
6
7
library(TargetDecoyFDR)
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

protViz/TargetDecoyFDR documentation built on May 26, 2019, 9:37 a.m.