powered by
This function exports a genlight object into plink format and save it into a file
gl2plink(x, outfile = "plink.csv", outpath = tempdir())
-- genlight object
-- name (path) of the output plink file [default plink.csv]
-- path of the output file. Default is to tempdir(). If to be saved in the current working directory change to "."
# NOT RUN { gl2plink(testset.gl) # }
Run the code above in your browser using DataLab