| read.titerTable {Racmacs} | R Documentation |
Read in a table of titer data
Description
Reads in a table of titer data, converting it to a matrix of titers with labelled column and row names. Missing titers should be represented by an asterisk character.
Usage
read.titerTable(filepath)
Arguments
filepath |
Path to the table of titer data |
Details
Currently supported file formats are .csv and .xls and .txt
Value
Returns a matrix of titers.
See Also
Other functions for working with map data:
acmap(),
addOptimization(),
agReactivityAdjustments(),
as.json(),
edit_agNames(),
edit_srNames(),
keepBestOptimization(),
keepSingleOptimization(),
layerNames(),
orderPoints,
read.acmap(),
removePoints,
save.acmap(),
save.coords(),
save.titerTable(),
subsetCommonPoints,
subsetMap()
[Package Racmacs version 1.2.9 Index]