exportGenAlEx | R Documentation |
write a GenAlEx input file
exportGenAlEx(
x,
filename,
pops = NULL,
loci = NULL,
title = "",
useNames = TRUE
)
x |
an EFGLdata object |
filename |
the name of the file to write |
pops |
a vector of pops to include. If not specified, all pops are used. |
loci |
a vector of loci to include. If not specified, all loci are used. |
title |
a string to use as the "title" row |
useNames |
TRUE to use samples names, FALSE to replace with unique numerical identifiers |
nothing, just writes a file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.