.packageName <- "ptrhomology"
ptrhomology <- function() cat(ptrhomologyQC)
.no_S3_generics = TRUE
ns <- asNamespace("ptrhomology")
ptrhomologyLOCUSIDfunc <- function() {
	ptrhomologyLOCUSID <- function(){
		.Deprecated("ptrhomologyENTREZID")
	}
	ptrhomologyLOCUSID()
	ptrhomologyENTREZID
}
makeActiveBinding("ptrhomologyLOCUSID", ptrhomologyLOCUSIDfunc, 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))
