read.pedigree: Read in the encoded pedigree data file.

View source: R/pedigree.r

read.pedigreeR Documentation

Read in the encoded pedigree data file.

Description

Read in the encoded pedigree data file.

Usage

read.pedigree(filename)

Arguments

filename

name of the file with the data.

Value

A data frame containing the encoded pedigree information.

Examples

example.pedigree.file <- system.file('extdata/example_pedigree_encoding.tsv',
package = 'KinformR')
example.pedigree.df <- read.pedigree(example.pedigree.file)

KinformR documentation built on Feb. 17, 2026, 5:07 p.m.