AffySNPCNVPDInfoPkgSeed-class {pdInfoBuilder}R Documentation

Class "AffySNPCNVPDInfoPkgSeed"

Description

This class represents Platform Design (PD) packages for Affymetrix genomewide (SNP 6.0) arrays.

Objects from the Class

Objects can be created by calls of the form new("AffySNPCNVPDInfoPkgSeed", cdfFile, csvAnnoFile, csvSeqFile, csvAnnoFileCnv, csvSeqFileCnv, splineParamFile, crlmmInfoFile, referenceDistFile, ...).

Slots

cdfFile:
Path to the CDF file for this.
csvAnnoFile:
Path to the Affymetrix CSV annotation for the SNP probes.
csvSeqFile:
Path to the (SNP) probe sequence file.
csvAnnoFileCnv:
Path to the Affymetrix CSV annotation for the CNV probes.
csvSeqFileCnv:
Path to the (CNV) probe sequence file.
splineParamFile:
Path to the spline parameters file used to compute the predicted accuracy of the the genotype calls. Used internally in .predictAccuracy.
crlmmInfoFile:
Path to is data file containing regions data used by the crlmm function.
referenceDistFile
Path to a reference distribution file used in the normalization step. This is the reference used in snprma.
chipName:
Name of the chip or platform
manufacturer:
chip/platform manufacturer
genomebuild:
The genome build this platform is based upon.
pdInfoObjectName:
Name of the R object that will be made available in a generated pdInfo package.
geometry:
Used to describe the geometry of the platform.
name:
The name of the package.
version:
A character vector giving the version number of the package.
license:
The license of the package
author:
Author of the package
email:
An email address to use in the Maintainer field
url:
URL
biocViews:
Character data for the biocViews field of the DESCRIPTION file

Extends

Class "PDInfoPkgSeed", directly. Class "PkgSeed", by class "PDInfoPkgSeed", distance 2.

Methods

chipName
signature(object = "AffySNPCNVPDInfoPkgSeed"): ...
initialize
signature(.Object = "AffySNPCNVPDInfoPkgSeed"): ...
makePdInfoPackage
signature(object = "AffySNPCNVPDInfoPkgSeed"): ...

Notes

The files used for slots splineParamFile, crlmmInfoFile, and referenceDistFile are generated by the Bioconductor project for each chip/platform and are hosted in our svn data repository at https://hedgehog.fhcrc.org/bioc-data/trunk/annotation/parms_store. When makePdInfoPackage is run, these files are simply copied to the inst/extdata directory of the generated package.

Author(s)

Benilton Carvalho

Examples

showClass("AffySNPCNVPDInfoPkgSeed")

[Package pdInfoBuilder version 1.6.0 Index]