Learn R Programming

aroma.affymetrix (version 1.6.0)

setAlias.GenericReporter: Sets the alias of the report

Description

Sets the alias of the report. If specified, the alias overrides the report name, which is used by default.

Usage

## S3 method for class 'GenericReporter':
setAlias(this, alias=NULL, ...)

Arguments

alias
A character string for the new alias of the report. The alias must consists of valid filename characters, and must not contain commas, which are used to separate tags.
...
Not used.

Value

  • Returns nothing.

See Also

*getAlias(). *getName(). For more information see GenericReporter.