Learn R Programming

kinship2 (version 1.9.6.1)

findAvailNonInform: Find subjects from a pedigree who are available and uninformative

Description

Identify subjects to remove from a pedigree who are available but non-informative. This is the second step to remove subjects in pedigree.shrink if the pedigree does not meet the desired bit size.

Usage

findAvailNonInform(ped, avail)

Value

Vector of subject ids who can be removed by having lowest informativeness.

Arguments

ped

A pedigree object

avail

Vector of availability status (e.g. genotyped) 0/1 or TRUE/FALSE

See Also

pedigree.shrink