Learn R Programming

nprcgenekeepr (version 1.0.8)

getGenotypes: Get genotypes from file

Description

Get genotypes from file

Usage

getGenotypes(fileName, sep = ",")

Value

A genotype file compatible with others in this package.

Arguments

fileName

character vector of temporary file path.

sep

column separator in CSV file

Examples

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

Run the code above in your browser using DataLab