summaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: 47185d1db362fc9e59d94fb1bbddb7d387f57616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: RSC
Type: Package
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,
    ggplot2
Version: 2.0.5
Date: 2026-06-10
License: GPL (>= 2)
Config/roxygen2/version: 8.0.0.9000
Suggests: 
    testthat (>= 3.0.0)
Config/testthat/edition: 3