idABT {AntibodyTiters}R Documentation

Extracting patient IDs from an ABT class object.

Description

With this function, patient IDs in the ABT class object can be extracted.

Usage

idABT(objName = "inData")

Arguments

objName

a character specifying the name of an ABT class object produced by readABT.

Value

a character vector

Examples

inData <- readABT(fileName = system.file("extdata","toy.xlsx",package="AntibodyTiters"))
idABT(objName = "inData")[1:6]

[Package AntibodyTiters version 0.1.24 Index]