titerTableFlat {Racmacs} | R Documentation |
Getting and setting the flat titer table
Description
These are underlying functions to get and set the "flat" version of the titer
table only. When a map is merged, the titer tables are merged but a record of
the original titers associated with each map are kept as titer table layers
so that information on the original set of titers that made up the merge is
not lost. At the same time, the merged titer version of the titer table is
created and saved as the titer_table_flat attribute. When you access titers
through the titerTable()
function, the flat version of the titer table is
retrieved (only really a relevant distinction for merged maps). When you set
titers through titerTable<-()
titer table layers are lost. These functions
allow you to manipulate the flat version without affecting the titer table
layers information.
Usage
titerTableFlat(map)
titerTableFlat(map) <- value
Arguments
map |
The acmap object |
value |
A character matrix of titers to set |
Value
Returns a character matrix of titers.
See Also
Other map attribute functions:
acmapAttributes
,
adjustedLogTiterTable()
,
adjustedTiterTable()
,
dilutionStepsize()
,
logtiterTableLayers()
,
mapDescription()
,
mapName()
,
titerTableLayers()
,
titerTable()