Pedigree: Deprecated function for constructing an instance of class...

Description Usage Arguments Examples

View source: R/methods-Pedigree.R

Description

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

Usage

1
2
3
4
5
6
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

1

MinimumDistance documentation built on Nov. 8, 2020, 11:11 p.m.