printGenotype: Print selected genotypes

Description Usage Arguments Value Author(s) Examples

Description

Print selected genotypes, optionally calling out a locus

Usage

1
2
3
## S3 method for class 'genalex'
printGenotype(x, rows = 1:nrow(x), callout.locus = NULL,
  sep = " ", allele.sep = "/", callout.char = "*", label = NULL, ...)

Arguments

x

An annotated data frame of class genalex

rows

The specific rows of x to print, default is all rows

callout.locus

One or more loci on x to be surrounded by callout.char when printed

sep

Separator character to be used between loci

allele.sep

Separator character to be used between alleles

callout.char

Character which surrounds loci specified by callout.locus

label

Label to be included between the sample and population ID columns and the genotype columns in output

...

Additional arguments, currently ignored

Value

No specific return value, used for its side effect of printing genotypes.

Author(s)

Douglas G. Scofield

Examples

1
2
data(Qagr_adult_genotypes)
printGenotype(Qagr_adult_genotypes, rows = 6:8, callout.locus = "1c08")

douglasgscofield/readGenalex documentation built on May 15, 2019, 10:43 a.m.