R/show-methods.R

setMethod("show", "DBPDInfo", function(object) {
    cat("Class........:", class(object), "\n")
    cat("Manufacturer.:", manufacturer(object), "\n")
    cat("Genome Build.:", genomeBuild(object), "\n")
    cat("Chip Geometry:", geometry(object)[1], "rows x ", geometry(object)[2], "columns\n")
})

setMethod("show", "FeatureSet", function(object){
  callNextMethod()
  requireAnnotation(annotation(object))
})

Try the oligoClasses package in your browser

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

oligoClasses documentation built on Nov. 8, 2020, 5:32 p.m.