alignLoad {smoke}R Documentation

Align BLI traces with loading step

Description

Align BLI traces with loading step with the start and end times.

Usage

alignLoad(obj, loadStart, loadEnd)

Arguments

obj

obj of "Bli" class

loadStart

start time of the loading step

loadEnd

end time of the loading step

Details

This is the optional first step in BLI data processing. The traces in the input "Bli" object is assumed to be paired original dataset. The output "Bli" object contains the traces aligned, and the status of "alignLoad" set to "TRUE".

Value

S4 object of "Bli" class

Author(s)

Qingan Sun, Xiaojun Li, James C Sacchettini

Maintainer: Qingan Sun <quinsun@gmail.com>

References

Sun Q, Li X, Perez LM, Shi W, Zhang Y, Sacchettini JC (2020). “The molecular basis of pyrazinamide activity on Mycobacterium tuberculosis PanD.” Nature Communications, 11(339).

Examples

bli1 <- alignLoad(bli, 180, 780)

[Package smoke version 2.0.1 Index]