importFishgen: Import Data from www.fishgen.net

Description Usage Arguments Author(s)

View source: R/importFishgen.r

Description

readInData() imports data exported from www.fishgen.net

Usage

1
2
importFishgen(inputFile, genotypeStartColumn, popColumn = 1,
  sortBPs = FALSE)

Arguments

inputFile

the .txt file from www.fishgen.net containing the biological and genotype data to be imported into idfgen.

genotypeStartColumn

the column # in inputFile where the genotypes begin. This will vary depending on the number of additional fields added to the Progeny export.

popColumn

which column in inputFile would you like to use to parse the data. The default is 1, which is where Progeny exports Pedigree names

sortBPs

the readInData() function will check for "AB"-"BA" discrepancies. If sortBPs = TRUE, then any "BA" genotypes will automatically be converted to "AB"

Author(s)

Eric Grau and Mike Ackerman


mackerman44/idfgen documentation built on May 21, 2019, 10:51 a.m.