Learn R Programming

solarius (version 0.3.0.2)

loadMulticPhen: Load the complete data set from R package multic

Description

The function loads the complete data of 12,000 individuals, which is stored in .phen and .ped files. These two files were generated within R package multic and re-distributed in R package solarius (extdata/solarOutput directory).

Usage

loadMulticPhen()

Arguments

Details

Function readPhen is used to read .phen and .ped files.

Examples

Run this code
dat <- loadMulticPhen()
dim(dat)

data(dat30)
dim(dat30)

Run the code above in your browser using DataLab