Save repertoire files to either text files or gzipped text files.
You can read them later by repLoad
function with .format = "tcr"
.
repSave(.data, .format = c("txt", "gz"), .names = "", .folder = "./")
Either tcR data frame or a list of tcR data frames.
"txt" for simple tab-delimited text tables, "gz" for compressed (gzipped) tables.
Names of output files. By default it's an empty string so names will be taken from names of the input list.
Path to the folder with output files.