idABT {AntibodyTiters} | R Documentation |
With this function, patient IDs in the ABT class object can be extracted.
idABT(objName = "inData")
objName |
a character specifying the name of an ABT class object produced by readABT. |
a character vector
inData <- readABT(fileName = system.file("extdata","toy.xlsx",package="AntibodyTiters"))
idABT(objName = "inData")[1:6]