convert.scanone | R Documentation |
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.
## S3 method for class 'scanone'
convert(object, ...)
object |
Output from the function |
... |
Ignored at this point. |
Previously, inter-marker locations were named as, for example,
loc7.5.c3
; these were changed to c3.loc7.5
.
The same scanone output, but revised for use with R/qtl version 0.98 and later.
Karl W Broman, broman@wisc.edu
scanone
, convert.scantwo
## Not run: out.new <- convert(out.old)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.