Learn R Programming

diveRsity (version 1.9.89)

snp2gen: Conversion function for SNP nucleotide genotype matrix to a genepop file.

Description

This function converts SNP nucleotide genotype to genepop file format.

Usage

snp2gen(infile = NULL, prefix_length = 2)

Arguments

infile
A character string indicating the name of the text file containing SNP genotypes.
prefix_length
This argument specifies the population specific prefix within individual names.

Value

A genepop file written to disk as "snp2gen-converted.gen"

Examples

Run this code
## Not run: 
# data(SNPs, package = "diveRsity")
# snp2gen(infile = SNPs, prefix_length = 2)
# ## End(Not run)

Run the code above in your browser using DataLab