picsFDR {PICS} | R Documentation |
Estimate the false detection rate for an object of class pics
or picsList
.
picsFDR(picsIP,picsCont,filter=list(delta=c(0,Inf),se=c(0,Inf),sigmaSqF=c(0,Inf),sigmaSqR=c(0,Inf)))
picsIP |
An object of class |
.
picsCont |
An object of class |
.
filter |
filter |
A list of ranges for filtering regions based on PICS
parameters. By default filter is set to 'NULL' and all regions are used.
Length of the binding sites.
Standard error.
Forward peak variance
Reverse peak variance
A 3 columns data.frame
with the following columns:
FDR, score, N.
Xuekui Zhang