TPorFP | R Documentation |
Given a list of TRUE QTL and a list of detected QTL, the function return for each QTL if it was a true positive or a false positive.
TPorFP(QTL.true, QTL.detected, distance = 5)
QTL.true |
|
QTL.detected |
|
distance |
maximal distance between the true QTL position and the detected signal. Default = 5. |
A logical vector: TRUE for TP QTLs and FALSE for FP QTLs
Vincent Garin
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.