tcR (version 1.1)

parse.folder: Parse all files to dataframes from the given path to folder.

Description

Given the path to a folder with files with TCR data, parse all of them to a list and return it. List items have names similar to names in the given vector if filenames.

Usage

parse.folder(.folderpath, .barcode.flag = F)

Arguments

.folderpath
Path to the folder with files with TCR data.
.barcode.flag
If T than load MiTCR data.frames with new column Barcode.count and without column Min.quality.

Value

  • List with data frame for the each file in the given folder.

See Also

parse.file, parse.file.list

Examples

Run this code
# Parse all files in "~/data/".
immdata <- parse.folder("~/data/")

Run the code above in your browser using DataLab