A constructor function which takes a tabulated .txt file as input, possibly in a
compressed format (.bz2 or .gz).
Notice that precise column names are mandatory, see the details section.
: string. The genome build to use. Supported genomes are hg18,
hg19 (default), and hg38.
verbose
: logical. When TRUE (default), progress is printed.
Value
An object of class "rCGH"
Details
This generic constructor does not expect any preamble.
Mandatory columns are:
ProbeName:
Character strings. Typicaly the probe ids.
ChrNum:
numeric. The chromosome numbers. In case Chr X and Y are used and named
as "X" and "Y", these notations will be converted into
23 and 24, respectively.