Fast and simple conversion of arlequin (.arp) genotype files to genepop files, form within the R environment.
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.
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>
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.