Description Usage Arguments Value
Make scanone threshold object.
1 2 | makeScanoneThresholdObject(threshold, lodcolnames = "lod", alpha = NULL,
fdr = NULL)
|
threshold |
LOD threshold value. |
lodcolnames |
Character vector of LOD column names
to be used in the |
alpha |
Significance level (alpha) associated with the specified LOD
threshold. (Incompatible with |
fdr |
False-discovery rate associated with the specified LOD
threshold. (Incompatible with |
If alpha is specified, a summary.scanoneperm object is
returned, with the given threshold at the specified alpha for each LOD
column. If fdr is specified, a summary.scanonebins object is
returned, with the given threshold at the specified fdr in the single
LOD column for all phenotypes. In any case, because no permutations are used
in generating the threshold, the returned object has attribute 'n.perm'
containing the value 0.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.