PAS.binmod.beef {PAS} | R Documentation |
beef data
Description
The data are provide for demonstration purpose only.
Value
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 ..
Examples
#load PAS library
library (PAS)
#load example data
data(beef)
str(x)
str(y)
str(map)
[Package PAS version 1.2.5 Index]