summaryrefslogtreecommitdiff
path: root/DESCRIPTION
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 /DESCRIPTION
version 1.0
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION27
1 files changed, 27 insertions, 0 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..36f47f6
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,27 @@
+Package: RSC
+Type: Package
+Title: Robust and Sparse Correlation Matrix
+Description: Performs robust and sparse correlation matrix estimation. Robustness is achieved based on a simple robust pairwise correlation estimator, while sparsity is obtained based on thresholding. The optimal thresholding is tuned via cross-validation. See Serra, Coretto, Fratello, and Tagliaferri (2018) <doi:10.1093/bioinformatics/btx642>.
+Authors@R: c(person("Luca", "Coraggio",
+ role = c("cre", "aut"), email = "luca.coraggio@unina.it"),
+ person("Pietro", "Coretto",
+ role = c("aut"), email = "pcoretto@unisa.it"),
+ person("Angela", "Serra",
+ role = c("aut"), email = "angela.serra@tuni.fi"),
+ person("Roberto", "Tagliaferri",
+ role = c("ctb"), email = "robtag@unisa.it"))
+Author: Luca Coraggio [cre, aut],
+ Pietro Coretto [aut],
+ Angela Serra [aut],
+ Roberto Tagliaferri [ctb]
+Maintainer: Luca Coraggio <luca.coraggio@unina.it>
+NeedsCompilation: yes
+Imports: stats, graphics, Matrix, methods, parallel, foreach,
+ doParallel, utils
+License: GPL (>= 2)
+LazyData: TRUE
+Version: 1.0
+Date: 2020-06-29
+Packaged: 2020-07-02 07:30:56 UTC; pietro
+Repository: CRAN
+Date/Publication: 2020-07-04 10:50:03 UTC