R/zzz.R

Defines functions .onAttach

.onAttach = function(libname, pkgname) {
    version = packageDescription(pkgname, fields = "Version")

  	msg = paste0("========================================
", pkgname, " version ", version, "
Bioconductor page: http://bioconductor.org/packages/HilbertCurve/
Github page: https://github.com/jokergoo/HilbertCurve
Documentation: http://bioconductor.org/packages/HilbertCurve/

If you use it in published research, please cite:
Gu, Z. HilbertCurve: an R/Bioconductor package for high-resolution 
  visualization of genomic data. Bioinformatics 2016.
========================================
")	

    packageStartupMessage(msg)
}

Try the HilbertCurve package in your browser

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

HilbertCurve documentation built on Nov. 8, 2020, 8:05 p.m.