repSave: Save tcR data frames to disk as text files or gzipped text...

Description Usage Arguments See Also

Description

Save repertoire files to either text files or gzipped text files. You can read them later by repLoad function with .format = "tcr".

Usage

1
repSave(.data, .format = c("txt", "gz"), .names = "", .folder = "./")

Arguments

.data

Either tcR data frame or a list of tcR data frames.

.format

"txt" for simple tab-delimited text tables, "gz" for compressed (gzipped) tables.

.names

Names of output files. By default it's an empty string so names will be taken from names of the input list.

.folder

Path to the folder with output files.

See Also

repLoad


tcR documentation built on July 2, 2020, 3:18 a.m.