Displaying 1 result from an estimated 1 matches for "crofil".
Did you mean:
profil
2009 Nov 06
1
Qtl - package - Question
Dear R-Helpers,
I am using qtl package to analyze qtl data from QTL cartographer.
I have the map file and cro file from QTL cartographer. I was trying to
import these two files in R using qtl package.
data=read.cross("qtlcart", ".", "crofile.txt", "mapfile.txt") ### I have
matched the file structure with the one on the website of qtl package - It
matches perfectly.
It gives me the following error:
> data.qtl <- read.cross("qtlcart", "F:/data",
+ file="crofile.txt", mapfi...