Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-gregoricchio authored Aug 19, 2024
1 parent 825444e commit d168746
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions R/zzz.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.onAttach =
function(libname, pkgname){
msg = paste0("Loading required package: ", pkgname,"\n\n",
"If you are using DEprot in your work please cite:\n\n",
"HDAC1 and PRC2 mediate combinatorial control in SPI1/PU.1-dependent gene repression in murine erythroleukaemia.\n",
"Gregoricchio S. et al., Nucleic Acid Research (2022)\n",
"doi: 10.1093/nar/gkac613")
packageStartupMessage(msg)
}

0 comments on commit d168746

Please # to comment.