Get genotypes from file
getGenotypes(fileName, sep = ",")
fileName | character vector of temporary file path. |
---|---|
sep | column separator in CSV file |
A genotype file compatible with others in this package.
# \donttest{ library(nprcgenekeepr) pedCsv <- getGenotypes(fileName = system.file("testdata", "qcPed.csv", package="nprcgenekeepr")) # }