plot_TP_FP | R Documentation |
QTL profile plot with true and false positive QTLs
plot_TP_FP(
Qprof,
QTL_TRUE,
QTL_TP = NULL,
QTL_FP = NULL,
type = "l",
main = "QTL profile",
threshold = 3,
text.size = 18
)
Qprof |
Object of class |
QTL_TRUE |
Optional argument. List of QTL true QTL positions |
QTL_TP |
Optional argument. List of false positive QTLs. |
QTL_FP |
Optional argument. List of QTL true positive QTLs. |
type |
|
main |
Title of the graph. Default = "QTL profile". |
threshold |
|
text.size |
|
Vincent Garin
Not now
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.