FDR | R Documentation |
Function computing the false discovery rate (FDR) as the percentage of detected QTL positions that are not in a neighbouring region (+-distance) from a true QTL position.
FDR(QTL.true, QTL.detected, distance = 5)
QTL.true |
|
QTL.detected |
|
distance |
maximal distance between the true QTL position and the detected signal. Default = 5. |
FDR
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.