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
)
The acmap data object.
Path to the file.
Should the file be xz compressed
Should json be output prettily with new lines and indentation
Should titers be rounded when outputted (this is needed for acmacs web and lispmds compatibility)
No return value, called for the side effect of saving the map data to the file.
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.coords()
,
save.titerTable()
,
subsetCommonPoints
,
subsetMap()