whop.ped.load {WhopGenome}R Documentation

Load a pedigree dataset from a .PED file

Description

Returns a table with the pedigree data contained in the file

Usage

whop.ped.load(filename)

Arguments

filename

Name of the file containing the pedigree data

Details

Expects the given file to be of the PLINK .PED format, i.e. a file with tab-separated columns of which the first few are required to be of a certain order.

Value

Table with pedigree data

Author(s)

Ulrich Wittelsbuerger

References

PLINK .PED

See Also

whop.ped.save


[Package WhopGenome version 0.9.7 Index]