convert.scantwo {qtl} | 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 scantwo , for
R/qtl version 1.03 and earlier. |
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, kbroman@biostat.wisc.edu
## Not run: out2.new <- convert(out2.old)