getPedigree: Get pedigree from file

View source: R/getPedigree.R

getPedigreeR Documentation

Get pedigree from file

Description

Get pedigree from file

Usage

getPedigree(fileName, sep = ",")

Arguments

fileName

character vector of temporary file path.

sep

column separator in CSV file

Value

A pedigree file compatible with others in this package.

Examples

library(nprcgenekeepr)
ped <- getPedigree(fileName = system.file("testdata", "qcPed.csv",
  package = "nprcgenekeepr"
))

nprcgenekeepr documentation built on June 8, 2025, 10:55 a.m.