Description Usage Arguments Details Author(s)
arp2gen
allows simple file conversion from the arlequin genotype format to the genepop genotype format. Arlequin files can gave 2-digit or 3-digit allele records. No file size limit is imposed, however, system RAM is a limiting factor.
1 | arp2gen(infile)
|
infile |
Specifying the name of the ‘.arp’ arlequin genotype file. The argument must be a character string of the file name if it is located in the current working directory, or the file path (relative or absolute) if not. |
Following the input of a .arp file, arp2gen
will write a .gen file to the same directory as the original .arp file. The output file will have the same name as the original infile
, with the exception of the file extension, which will be .gen following file conversion. The original .arp file will remain unmodified.
Kevin Keenan <kkeenan02@qub.ac.uk>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.