R/idABT.R

Defines functions idABT

Documented in idABT

# source: 20210922_AntibodyTiters_1.txt
idABT <- function(objName = "inData"){
	if(inherits(get(objName), "ABT") != TRUE) stop("The class must be ABT\n")
	return(get(objName)$DATA$ID)
}

Try the AntibodyTiters package in your browser

Any scripts or data that you put into this service are public.

AntibodyTiters documentation built on May 24, 2022, 5:05 p.m.