Learn R Programming

WhopGenome (version 0.9.4)

whop.ped.load: 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

Value

Table with 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.

References

PLINK .PED

See Also

whop.ped.save