From 511e3ca9e5235e018f772693907d9ec10002b02a Mon Sep 17 00:00:00 2001 From: Luca Coraggio Date: Sat, 4 Jul 2020 09:50:03 +0000 Subject: version 1.0 --- inst/CITATION | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 inst/CITATION (limited to 'inst/CITATION') 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." + ) + + -- cgit v1.2.3