combineEFGLdata: combine multiple EFGL objects into one

View source: R/manipulate_EFGLdata.R

combineEFGLdataR Documentation

combine multiple EFGL objects into one

Description

combine multiple EFGL objects into one

Usage

combineEFGLdata(
  ...,
  genoComb = c("intersect", "union"),
  metaComb = c("intersect", "union")
)

Arguments

...

multiple EFGLdata objects separated by commas

genoComb

if the objects have different loci, whether to create a new object with the intersection or union of loci. If union, genotypes for missing loci are all NA.

metaComb

if the objects have different metadata fields, whether to create a new object with the intersection or union of the fields. If union, missing fields are all NA.


delomast/EFGLmh documentation built on June 1, 2024, 6:55 a.m.