| removePoints {Racmacs} | R Documentation |
Remove antigens and sera
Description
Functions to remove antigens and sera from a map
Usage
removeAntigens(map, antigens)
removeSera(map, sera)
Arguments
map |
The map data object |
antigens |
Antigens to remove (specified by name or index) |
sera |
Sera to remove (specified by name or index) |
Value
An acmap object with points removed
See Also
Other functions for working with map data:
acmap(),
addOptimization(),
agReactivityAdjustments(),
as.json(),
edit_agNames(),
edit_srNames(),
keepBestOptimization(),
keepSingleOptimization(),
layerNames(),
orderPoints,
read.acmap(),
read.titerTable(),
save.acmap(),
save.coords(),
save.titerTable(),
subsetCommonPoints,
subsetMap()
[Package Racmacs version 1.2.9 Index]