tcR (version 1.1)

parse.file: Parse input file with the given filename to a data frame.

Description

Load the MITCR TCR data from the file with the given filename to a data frame.

Usage

parse.file(.filepath, .barcode.flag = F, .i = 1, .all = 1)

Arguments

.filepath
Path to the input file with TCR data.
.barcode.flag
If T than load MiTCR data.frames with new column Barcode.count and without column Min.quality.
.i,.all
Don't supply it, they are just for the output.

Value

  • Data.frame with TCR data.

See Also

parse.file.list, parse.folder

Examples

Run this code
# Parse file in "~/data/immdata1.txt".
immdata1 <- parse.file("~/data/immdata1.txt")

Run the code above in your browser using DataCamp Workspace