Learn R Programming

RnBeads (version 1.4.0)

rnb.load.sitelist: rnb.load.sitelist

Description

Loads a list of probe or site identifiers. This function is used in the preprocessing module for loading a whitelist and/or a blacklist of identifiers.

Usage

rnb.load.sitelist(fname, verbose = FALSE)

Arguments

fname
File listing the identifiers, one per line.
verbose
Flag indicating if messages are to be printed. If the values is TRUE and a logger is initialized, this function adds a message to the log.

Value

The loaded list of identifiers, or NULL if fname could not be open.

See Also

logger.start for initializing a logger