Takes one or more BAPS cluster run files and converts them to a list of dataframes.
readQBaps(files = NULL)
files | A character or character vector of one or more BAPS cluster run
files. Use |
---|
A list of lists with dataframes is returned. List items are named by input filename.
See the vignette for more details.
bfiles <- list.files(path=system.file("files/baps",package="pophelper"), full.names=TRUE) # create a qlist blist <- readQBaps(bfiles)