...
|
...
|
@@ -53,8 +53,8 @@
|
53
|
53
|
pkgVersion <- packageDescription("pcaExplorer", fields = "Version")
|
54
|
54
|
msg <- paste0("Welcome to pcaExplorer v", pkgVersion, "\n\n")
|
55
|
55
|
citation <- paste0("If you use pcaExplorer in your work, please cite:\n\n",
|
56
|
|
- "Federico Marini, Harald Binder\n",
|
57
|
56
|
"pcaExplorer: an R/Bioconductor package for interacting with RNA-seq principal components\n",
|
|
57
|
+ "Federico Marini, Harald Binder\n",
|
58
|
58
|
"BMC Bioinformatics, 2019 - https://doi.org/10.1186/s12859-019-2879-1\n")
|
59
|
59
|
packageStartupMessage(paste0(msg, citation))
|
60
|
60
|
}
|