extract_carriers {RVS}R Documentation

extract carriers of minor allele

Description

finds the carriers of the minor allele at a specified site

Usage

extract_carriers(ped, site, fam, type = "alleles", minor.allele = 2)

Arguments

ped

pedigree coded in a ped file with either two alleles per variant ("alleles"), or a count of one allele ("count")

site

site where to record carriers

fam

ID of the family for which to extract carriers

type

representation of allele count

minor.allele

id of minor allele

Value

carriers in ped


[Package RVS version 1.15.0 Index]