Description Usage Arguments Details Value Author(s) References See Also Examples
A constructor function which takes an Affymetrix SNP6 cychp.txt (or cnchp.txt)
file as input, possibly in a compressed format (.bz2 or .gz).
These files are exported from Chromosome Analysis Suite (ChAS) or Affymetrix
Power Tools (APT) (see the References
section).
1 2 3 |
filePath |
: string. A path to an Affymetrix SNP6 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 |
ploidy |
: numeric. A priori ploidy value, when known, to adjust the estimation of copy numbers. Default is 2. |
verbose |
: logical. When |
When available in the file preambule, several array information will be stored
in Object@info
: scanning date, grid version,...
Any other useful item can be stored using setInfo
.
An object of class "rCGH"
Frederic Commo
readAgilent
, readAffyCytoScan
,
readGeneric
, readAffyOncoScan
,
setInfo
, getInfo
1 2 3 | filePath <- system.file("extdata", "Affy_snp6_cnchp.txt.bz2", package = "rCGH")
cgh <- readAffySNP6(filePath, sampleName = "AffySNP6")
cgh
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.