convert.scanone: Convert output from scanone for R/qtl version 0.98

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Convert the output from scanone from the format used in R/qtl version 0.97 and earlier to that used in version 0.98 and later.

Usage

1
2
## S3 method for class 'scanone'
convert(object, ...)

Arguments

object

Output from the function scanone, for R/qtl version 0.97 and earlier.

...

Ignored at this point.

Details

Previously, inter-marker locations were named as, for example, loc7.5.c3; these were changed to c3.loc7.5.

Value

The same scanone output, but revised for use with R/qtl version 0.98 and later.

Author(s)

Karl W Broman, kbroman@biostat.wisc.edu

See Also

scanone, convert.scantwo

Examples

1
## Not run: out.new <- convert(out.old)

byandell/qtl documentation built on May 13, 2019, 9:28 a.m.