pophelper (version 2.3.0)

readQBaps: Convert BAPS cluster files to qlist.

Description

Takes one or more BAPS cluster run files and converts them to a list of dataframes.

Usage

readQBaps(files = NULL)

Arguments

files

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

Value

A list of lists with dataframes is returned. List items are named by input filename.

Details

See the vignette for more details.

Examples

Run this code
# NOT RUN {
bfiles <- list.files(path=system.file("files/baps",package="pophelper"),
full.names=TRUE)
# create a qlist
blist <- readQBaps(bfiles)
# }

Run the code above in your browser using DataCamp Workspace