read_kingroup_csv: Read in kingroup results from the raw kingroup CSV format

Description Usage Arguments Examples

Description

This assumes that the file is just a CSV file that Kingroup produced of Rxy values.

Usage

1
read_kingroup_csv(file, ItalianCommas = FALSE)

Arguments

file

The Kingroup CSV output file. Note: you cannot have spaces in individual IDs and expect this to work.

ItalianCommas

Logical. True if we need to convert decimal commas to decimal periods. Named this in honor of our delightful Italian visitor David who had crazy commas in his numbers!

Examples

1
rxy <- read_kingroup_csv(system.file("data_files/MKHM_kingroup_output.csv", package="inbredPermute", mustWork = T), ItalianCommas = TRUE)

eriqande/inbredPermute documentation built on May 16, 2019, 8:47 a.m.