Saves acmap coordinate data of all or specified antigens and sera to a .csv file.
save.coords(
map,
filename,
optimization_number = 1,
antigens = TRUE,
sera = TRUE
)The acmap data object.
Path to the file.
Optimization number from which to take coordinates
Antigens to include, either as a numeric vector of indices or character vector of names.
Sera to include, either as a numeric vector of indices or character vector of names.
No return value, called for the side effect of saving the coordinate data.
Other functions for working with map data:
acmap(),
addOptimization(),
agReactivityAdjustments(),
as.json(),
edit_agNames(),
edit_srNames(),
keepBestOptimization(),
keepSingleOptimization(),
layerNames(),
orderPoints,
read.acmap(),
read.titerTable(),
removePoints,
save.acmap(),
save.titerTable(),
subsetCommonPoints,
subsetMap()