Pedigree-class: Deprecated class for storing pedigree data

Description Usage Arguments Slots

Description

Deprecated class for storing pedigree data

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
## S4 method for signature 'Pedigree'
trios(object)

## S4 method for signature 'Pedigree'
offspringNames(object)

## S4 method for signature 'Pedigree'
show(object)

## S4 method for signature 'Pedigree,ANY,ANY,ANY'
x[i, j, ..., drop = FALSE]

## S4 method for signature 'Pedigree'
dim(x)

Arguments

object

a Pedigree object

x

a Pedigree object

i

a numeric vector for subsetting (optional)

j

ignored

...

ignored

drop

ignored

Slots

trios

a data.frame with colnames 'F', 'M', and 'O' containing sample identifiers for the father (F), mother (M), and offspring (O).

trioIndex

a data.frame


rscharpf/MinimumDistance documentation built on Sept. 16, 2019, 4:12 a.m.