summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-10 20:02:05 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-10 20:02:05 -0700
commit9f8518e1ef17fd23b5923bc37a50ccddcbeb299d (patch)
treeb449e172cf9a7314235d2b0d1a9b97cc209cffcc /DESCRIPTION
parenta59013743eff2e2cfce1b77640ddb31d14bf5679 (diff)
Add stability_score and signal to noise ratio plot functions
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION14
1 files changed, 11 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 37c233f..8ded430 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,14 +1,22 @@
Package: RSC
Type: Package
-Title: Robust and Stability Based Sparse Correlation Matrix
+Title: Fork of Robust and Sparse Correlation Matrix
Description: Fork of the original RSC. Performs robust and sparse correlation matrix estimation. Robustness is achieved based on a simple robust pairwise correlation estimator, while sparsity is obtained based on a new stability based thresholding method. The original thresholding is tuned via cross-validation. See Serra, Coretto, Fratello and Tagliaferri (2018) <doi:10.1093/bioinformatics/btx642>.
Authors@R:
person("Chris", "Sobczak", role = c("cre", "aut"), email = "csobczak@sfu.ca", comment = c(ORCID = "0009-0003-3398-2792"))
Author: Chris Sobczak [cre, aut]
Maintainer: Chris Sobczak <csobczak@sfu.ca>
NeedsCompilation: yes
-Imports: stats, graphics, Matrix, methods, parallel, foreach,
- doParallel, utils
+Imports:
+ stats,
+ graphics,
+ Matrix,
+ methods,
+ parallel,
+ foreach,
+ doParallel,
+ utils,
+ ggplot2
Version: 2.0.5
Date: 2026-06-10
License: GPL (>= 2)