diff options
Diffstat (limited to 'inst')
| -rw-r--r-- | inst/CITATION | 40 |
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." + ) + + |
