Learn R Programming

nprcgenekeepr (version 1.0.5)

getPedigree: 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

Run this code
# NOT RUN {
library(nprcgenekeepr)
ped <- getPedigree(fileName = system.file("testdata", "qcPed.csv",
                   package="nprcgenekeepr"))
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab