summaryrefslogtreecommitdiff
path: root/inst/CITATION
diff options
context:
space:
mode:
authorLuca Coraggio <luca.coraggio@unina.it>2020-07-04 09:50:03 +0000
committercran-robot <csardi.gabor+cran@gmail.com>2020-07-04 09:50:03 +0000
commit511e3ca9e5235e018f772693907d9ec10002b02a (patch)
treec7cb699babfa439e6bfbe47007e3916867517f76 /inst/CITATION
version 1.0
Diffstat (limited to 'inst/CITATION')
-rw-r--r--inst/CITATION40
1 files changed, 40 insertions, 0 deletions
diff --git a/inst/CITATION b/inst/CITATION
new file mode 100644
index 0000000..8690fa8
--- /dev/null
+++ b/inst/CITATION
@@ -0,0 +1,40 @@
+citHeader("To cite package 'RSC' in publications use:")
+
+year <- sub("-.*", "", meta$Date)
+note <- sprintf("R package version %s", meta$Version)
+
+citEntry(entry="Manual",
+ title = "RSC: robust and sparse correlation matrix estimation",
+ author = personList(person(given="Luca", family="Coraggio"),
+ person(given="Pietro", family="Coretto"),
+ person(given="Angela", family="Serra"),
+ person(given="Roberto", family="Tagliaferri")),
+ year = year,
+ note = note,
+ textVersion =
+ paste("Coraggio, L., Coretto, P., Serra, A. and Tagliaferri, R. (", year,").
+ RSC: robust and sparse correlation matrix estimation. ",
+ note, "url: https://CRAN.R-project.org/package=rsc",
+ sep='')
+ )
+
+
+
+citEntry(entry="Article",
+ title = "Robust and sparse correlation matrix estimation for the analysis
+ of high-dimensional genomics data",
+ author = personList(person(given="Angela", family="Serra"),
+ person(given="Pietro", family="Coretto"),
+ person(given="Michele", family="Fratello"),
+ person(given="Roberto", family="Tagliaferri")
+ ),
+ year = 2018,
+ journal = "Bioinformatics",
+ volume = 34,
+ number = 4,
+ pages = "625--634",
+ doi = "10.1093/bioinformatics/btx642",
+ textVersion = "Serra, A., Coretto, P., Fratello, M., and Tagliaferri, R. (2018). Robust and sparse correlation matrix estimation for the analysis of high-dimensional genomics data. Bioinformatics, 34(4), 625-634."
+ )
+
+