Last chance! 50% off unlimited learning
Sale ends in
pdnn.params.chiptype(energy.param.file, probes.file = NULL, probes.pack= NULL,
probes.data.frame = NULL,
seq.name, x.name, y.name, affyid.name, verbose = TRUE)
data.frame
probes.pack
or probes.file
for
the probe sequences, the X positions, the Y positions and the probe
set ID respectivelyTRUE
or FALSE
)data.frame
are expected to be
original ones in the Affymetrix files (starting at zero. They are offset by one within
this function.probes.file
, probes.pack
and
probes.data.frame
are mutually exclusive.
The function fits PDNN parameters that are specific to chip-types
(hence specific to the probe sequences).
It requires data files like the one found on Li Zhang's web page:
(http://odin.mdacc.tmc.edu/~zhangli/PerfectMatch/)
This should be computed once for all for a given chip type.
Computed values for the chips are included in the package.
This allows 'automagic' use of them when these chips types are used
(as done in the function expressopdnn
).find.params.pdnn
if (interactive()) {
energy.file <- system.file("exampleData", "pdnn-energy-parameter_hg-u95av2.txt", package="affypdnn")
params.chiptype <- pdnn.params.chiptype(energy.file, probes.pack="hgu95av2probe")
}
Run the code above in your browser using DataLab