vcfR2lfmm | R Documentation |
Reads a VCF object (including those not usually compatible with LEA) and returns a genotypic matrix equivalent to the lfmm-format used by LEA
The object returned by vcfR2lfmm can be used as input in the LEA function tess3. Optionally supply a character string with path where lfmm object will be saved This function is used in the function runtess
vcfR2lfmm(vcf, out = NULL)
vcf |
Character string with path to input VCF file. |
out |
Character string with path where output lfmm file should be saved. Default is NULL. |
Matrix with genotypes in lfmm format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.