Learn R Programming

pophelper (version 1.2.0)

runsToDfAdmixture: Convert ADMIXTURE cluster files to R dataframe.

Description

DEPRECATED. USE runsToDfMatrix(). Takes one or more ADMIXTURE cluster run files and converts each of them to separate dataframes.

Usage

runsToDfAdmixture(files = NULL)

Arguments

files

A character or character vector of one or more ADMIXTURE cluster run files. Use choose.files(multi = TRUE) to select interactively.

Value

If a single file is selected, a single dataframe is returned. If multiple files are selected, a list with multiple dataframes is returned.

See Also

runsToDfStructure, runsToDfTess