ligand_-: Setter for "Bli" slot of ligand concentration

ligand<-R Documentation

Setter for "Bli" slot of ligand concentration

Description

The setter function for "Bli" slot of ligand concentration in BLI experiment.

Usage

ligand(obj) <- value

Arguments

obj

obj of "Bli" class

value

value numeric vector of ligand concentrations

Value

S4 object of "Bli" class

Note

The ligand concentrations do not include the blank control (0).

Author(s)

Qingan Sun, Xiaojun Li, James C Sacchettini

Maintainer: Qingan Sun <quinsun@gmail.com>

See Also

ligand

Examples

bli1 <- Bli()
ligand(bli1) <- 16/2^(0:6)

smoke documentation built on May 29, 2024, 8:30 a.m.