computeFDR: Compute FDR given a score Same as computeFDRwithID but works...

Description Usage Arguments Value

View source: R/computeFDR.R

Description

Compute FDR given a score Same as computeFDRwithID but works with decoy_hit boolean vector

Usage

1
computeFDR(score, decoy_hit, larger_better = TRUE)

Arguments

score

score

decoy_hit

indicates if decoy hit

larger_better

is larger score the better one (default TRUE)

Value

list with decoy_hit (indicates if decoy), score the search engine score, FDR1 false discovery rate estimated using the method of Gygi, SimpleFDR - estimated using the method of Kaell.


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