Pedigree {MinimumDistance}R Documentation

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

Pedigree()

[Package MinimumDistance version 1.28.0 Index]