exportProgenyStyle | R Documentation |
Columns in order are Pop, Ind, metadata, genotypes (2-column per call) Missing genotypes are "0" for SNPs (biallelic or nonvariable with alleles represented by 1 character) and "000" for others. If a locus is all missing, it is treated as a SNP. Pop column is called "Pedigree" and Ind column is called "Individual.Name".
exportProgenyStyle(x, filename, pops = NULL, loci = NULL, metadata = NULL)
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 use. If not specified, all loci are used. |
metadata |
a vector of metadata fields to include. If not specified, all fields are used. |
nothing, just writes a file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.