Saves titer data of all or specified antigens and sera to a .csv file.

save.titerTable(map, filename, antigens = TRUE, sera = TRUE)

Arguments

map

The acmap data object.

filename

Path to the file.

antigens

Antigens to include, either as a numeric vector of indices or character vector of names.

sera

Sera to include, either as a numeric vector of indices or character vector of names.

Value

No return value, called for the side effect of saving the titer data to the file.