getGenotypes: Get genotypes from file

Description Usage Arguments Value Examples

View source: R/getGenotypes.R

Description

Get genotypes from file

Usage

1
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

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

rmsharp/nprcmanager documentation built on April 24, 2021, 3:13 p.m.