powered by
The data are provide for demonstration purpose only.
x
genotypic data. int [1:836, 1:300] 0 0 0 -1 -1 -1 -1 0 0 0 ...
y
phenotypic data. int [1:836, 1] 768 157 508 614 590 777 505 243 509 351 ...
map
physical map: 'data.frame': 300 obs. of 2 variables: $ chr: num 1 1 1 1 ... $ pos: int 113641 244698 369418 447277 ..
# NOT RUN { #load PAS library library (PAS) #load example data data(beef) str(x) str(y) str(map) # }
Run the code above in your browser using DataLab