Usage
readAffyCytoScan(filePath, sampleName=NA, labName=NA,
useProbes=c("snp", "cn", "all"), genome = c("hg19", "hg18", "hg38"),
verbose=TRUE)
Arguments
filePath
: string. A path to an Affymetrix cytoScanHD cychp.txt (or cnchp.txt) file.
sampleName
: string. A sample Id. Optional.
labName
: string. A lab Id. Optional.
useProbes
: character. What probes to consider. Possible choices are SNP probes
only ("snp", default), CN probes only ("cn"), or all the probes ("all").
genome
: string. The genome build to use. Supported genomes are hg18
,
hg19
(default), and hg38
.
verbose
: logical. When TRUE
(default), progress is printed.