titerTableLayers {Racmacs} | R Documentation |
Getting and setting titer table layers
Description
Functions to get and set the underlying titer table layers of a map (see details).
Usage
titerTableLayers(map)
titerTableLayers(map) <- value
Arguments
map |
The acmap object |
value |
A list of titer table character vectors to set |
Details
When you merge maps with mergeMaps()
repeated antigen - serum
titers are merged to create a new titer table but information on the
original titers is not lost. The original titer tables, aligned to their
new positions in the merged table, are kept as separate layers that can be
accessed with these functions. If you have merged a whole bunch of
different maps, these functions can be useful to check for example,
variation in titer seen between a single antigen and serum pair.
Value
A list of character matrices of titers.
See Also
Other map attribute functions:
acmapAttributes
,
adjustedLogTiterTable()
,
adjustedTiterTable()
,
dilutionStepsize()
,
logtiterTableLayers()
,
mapDescription()
,
mapName()
,
titerTableFlat()
,
titerTable()