View source: R/manipulate_EFGLdata.R
combineEFGLdata | R Documentation |
combine multiple EFGL objects into one
combineEFGLdata(
...,
genoComb = c("intersect", "union"),
metaComb = c("intersect", "union")
)
... |
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.