.packageName <- "egohomology"
egohomology <- function() cat(egohomologyQC)
.no_S3_generics = TRUE
ns <- asNamespace("egohomology")
egohomologyLOCUSIDfunc <- function() {
	egohomologyLOCUSID <- function(){
		.Deprecated("egohomologyENTREZID")
	}
	egohomologyLOCUSID()
	egohomologyENTREZID
}
makeActiveBinding("egohomologyLOCUSID", egohomologyLOCUSIDfunc, 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))
