convert.scantwo | R Documentation |
Convert the output from scantwo from the format used in R/qtl version 1.03 and earlier to that used in version 1.04 and later.
## S3 method for class 'scantwo'
convert(object, ...)
object |
Output from the function |
... |
Ignored at this point. |
Previously, the output from scantwo
contained the
full and interaction LOD scores. In R/qtl version 1.04 and later,
the output contains the LOD scores from the full and
additive QTL models.
The same scanone output, but revised for use with R/qtl version 1.03 and later.
Karl W Broman, broman@wisc.edu
scantwo
, convert.scanone
## Not run: out2.new <- convert(out2.old)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.