R/CbsSegmentationDataSet.R

setConstructorS3("CbsSegmentationDataSet", function(...) {
  extend(SegmentationDataSet(...), "CbsSegmentationDataSet")
})

setMethodS3("byPath", "CbsSegmentationDataSet", function(static, ..., pattern=",chr[0-9]+,.*[.]xdr$") {
  NextMethod("byPath", pattern=pattern)
}, static=TRUE, protected=TRUE)


setMethodS3("byName", "CbsSegmentationDataSet", function(static, ..., chipType, paths="cbsData/") {
  # Argument 'chipType':
  chipType <- Arguments$getCharacter(chipType)

  NextMethod("byName", subdirs=chipType, paths=paths)
}, static=TRUE)

Try the aroma.core package in your browser

Any scripts or data that you put into this service are public.

aroma.core documentation built on June 25, 2024, 1:15 a.m.