TimerINFO: Source code for the TIMER deconvolution method.

View source: R/timer.R

TimerINFOR Documentation

Source code for the TIMER deconvolution method.

Description

This code is adapted from https://github.com/hanfeisun/TIMER, which again is an adapted version of the original TIMER source code from http://cistrome.org/TIMER/download.html.

Usage

TimerINFO(string)

Arguments

string

A character string representing the message to be displayed.

Details

The method is described in Li et al. Genome Biology 2016;17(1):174., PMID 27549193. Display Timed Information Messages

This function formats and displays informational messages, primarily for timing or logging purposes. It is useful for tracking the progress or stages of execution within scripts, especially in long-running operations. The function outputs messages to the R console with a prefixed '##' to highlight them.

Value

None; the function is used for its side effect of printing a message.

Author(s)

Bo Li

Examples

TimerINFO("Data processing started.")

IOBR/IOBR documentation built on July 16, 2025, 8:12 p.m.