R/AffymetrixPlatform.R

# @author "HB"
setConstructorS3("AffymetrixPlatform", function(...) {
  extend(AromaPlatform(), "AffymetrixPlatform")
})

setMethodS3("getName", "AffymetrixPlatform", function(static, ...) {
  "Affymetrix"
})

setMethodS3("getUnitNamesFile", "AffymetrixPlatform", function(static, ...) {
  AffymetrixCdfFile$byName(...)
}, static=TRUE)

setMethodS3("getUnitTypesFile", "AffymetrixPlatform", function(static, ...) {
  AffymetrixCdfFile$byName(...)
}, static=TRUE)
HenrikBengtsson/aroma.affymetrix documentation built on Feb. 20, 2024, 9:07 p.m.