File: zzz.R

package info (click to toggle)
r-bioc-qtlizer 1.20.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 124 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.onLoad <- function(libname, pkgname){
  packageStartupMessage("
  ---------
  
  For example usage please run: vignette('Qtlizer')
  
  Web-based GUI: http://genehopper.de/qtlizer
  Documentation: http://genehopper.de/help#qtlizer_docu
  Github Repo: https://github.com/matmu/Qtlizer
  
  Citation appreciated:
  Munz M et al. (2020) Qtlizer: comprehensive QTL annotation of GWAS results. Scientific Reports. doi:10.1038/s41598-020-75770-7
  Munz M. et al. (2015) Multidimensional gene search with Genehopper. Nucleic Acids Res. doi:10.1093/nar/gkv511

  Support me: https://matthiasmunz.de/support_me/

  ---------", domain = NULL, appendLF = TRUE)
}