beef: beef data

Description Value Examples

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

1
2
3
4
5
6
7
#load PAS library
library (PAS)
#load example data
data(beef)
str(x)
str(y)
str(map)

PAS documentation built on May 2, 2019, 11:11 a.m.