hss {hsphase} | R Documentation |
Half-sib Family Splitter
Description
Splits the dataset into half-sib family groups based on a pedigree.
Usage
hss(pedigree, genotype, check = TRUE)
Arguments
pedigree |
|
genotype |
|
check |
|
Details
Only half-sib groups that have more than 3 individuals will be returned.
Value
Returns a list of numeric matrices, each matrix is a half-sib family.
Note
Pedigree must have at least two columns with sample ids (Column 1) and sire ids (Column 2).
Examples
# Please run demo(hsphase)
[Package hsphase version 2.0.3 Index]