getGenotypes: Get genotypes from file

View source: R/getGenotypes.R

getGenotypesR Documentation

Get genotypes from file

Description

Get genotypes from file

Usage

getGenotypes(fileName, sep = ",")

Arguments

fileName

character vector of temporary file path.

sep

column separator in CSV file

Value

A genotype file compatible with others in this package.

Examples

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

rmsharp/nprcmanager documentation built on Feb. 2, 2025, 12:45 a.m.