writePedFileFindhap: Write pedigree for findhap

View source: R/findhap.R

writePedFileFindhapR Documentation

Write pedigree for findhap

Description

Write a pedigree into a file formatted for findhap.

Usage

writePedFileFindhap(ped, ped.file)

Arguments

ped

data frame of pedigree with four columns in that order, genotype identifiers (same as in X), parent1 identifiers (considered as father/sire), parent2 identifiers (considered as mother/dam), and sex (as M or F); use NA for founders' parents (will be replaced by 0 in the output file)

ped.file

path to the file in which the pedigree will be saved

Value

nothing

Author(s)

Timothee Flutre


timflutre/rutilstimflutre documentation built on Feb. 7, 2024, 8:17 a.m.