affy (version 1.50.0)

hgu133a.pdnn.params: Chip-type specific data

Description

Chip-type specific data structure.

Usage

data(hgu95av2.pdnn.params)

Arguments

source

Li Zhang, Michael F. Miles and Kenneth D. Aldape - A model of molecular interactions on short oligonucleotide arrays, 2003, Nature Biotech., vol. 21, n.7

Details

These chip-specific data structures are generated from the data files made available by the author of the PDNN paper (see the section source). They are stored as data to save some computation time. The data structures were made using the function pdnn.params.chiptype. The data files are included in the the directory `data' of the package.

Examples

Run this code
## give the path the original energy parameter files included in the package
list.files(system.file("exampleData", package="affypdnn"),
           "^pdnn-energy-parameter_", full.names=TRUE)

Run the code above in your browser using DataCamp Workspace