powered by
Get genotypes from file
getGenotypes(fileName, sep = ",")
character vector of temporary file path.
column separator in CSV file
A genotype file compatible with others in this package.
# NOT RUN { library(nprcgenekeepr) pedCsv <- getGenotypes(fileName = system.file("testdata", "qcPed.csv", package="nprcgenekeepr")) # } # NOT RUN { # }
Run the code above in your browser using DataLab