Save acmap data to a file. The preferred extension is ".ace", although the format of the file will be a json file of map data compressed using 'xz' compression.

save.acmap(
  map,
  filename,
  compress = FALSE,
  pretty = !compress,
  round_titers = FALSE
)

Arguments

map

The acmap data object.

filename

Path to the file.

compress

Should the file be xz compressed

pretty

Should json be output prettily with new lines and indentation

round_titers

Should titers be rounded when outputted (this is needed for acmacs web and lispmds compatibility)

Value

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