powered by
Get pedigree from file
getPedigree(fileName, sep = ",")
character vector of temporary file path.
column separator in CSV file
A pedigree file compatible with others in this package.
# 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