dropLocus: Remove specified loci from data frame of class genalex

Description Usage Arguments Value Author(s) Examples

Description

Remove specified loci from the data frame of class genalex and updates attributes

Usage

1
2
## S3 method for class 'genalex'
dropLocus(x, drop.locus, quiet = FALSE, ...)

Arguments

x

An annotated data frame of class genalex

drop.locus

The names of one or more loci found in x

quiet

If FALSE, produce an error if any of drop.locus are not found in x. If TRUE, apply whichever of drop.locus are found in x and return the result.

...

Additional arguments, currently ignored

Value

A data frame containing the data in x after removing loci specified by drop.locus, with attributes updated as required.

Author(s)

Douglas G. Scofield

Examples

1
2

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