.packageName <- "drehomology"
drehomology <- function() cat(drehomologyQC)
.no_S3_generics = TRUE
ns <- asNamespace("drehomology")
drehomologyLOCUSIDfunc <- function() {
	drehomologyLOCUSID <- function(){
		.Deprecated("drehomologyENTREZID")
	}
	drehomologyLOCUSID()
	drehomologyENTREZID
}
makeActiveBinding("drehomologyLOCUSID", drehomologyLOCUSIDfunc, ns)


.onLoad <- function(libname, pkgname, where)
 message(sprintf("\n*** Deprecation warning ***:\nThe package '%s' is deprecated and will not be supported after Bioconductor release 2.2.\n\n", pkgname))
