Learn R Programming

MinimumDistance (version 1.16.0)

Pedigree: Deprecated function for constructing an instance of class Pedigree

Description

This function is deprecated and will be removed in a future release.

Usage

Pedigree(pedigreeInfo, fatherIds = character(), motherIds = character(), offspringIds = character())

Arguments

pedigreeInfo
a data.frame with column names 'F' (father), 'M' (mother), and 'O' (offspring). Elements of the data.frame are the sample names.
fatherIds
character vector of identifiers for the father
motherIds
character vector of identifiers for the mother
offspringIds
character vector of identifiers for the offspring

Examples

Run this code
Pedigree()

Run the code above in your browser using DataLab