r-isva: new package (#23137)

This commit is contained in:
Glenn Johnson 2021-04-23 09:35:40 -05:00 committed by GitHub
parent 0c56b59877
commit a7fb70853e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,22 @@
# Copyright 2013-2021 Lawrence Livermore National Security, LLC and other
# Spack Project Developers. See the top-level COPYRIGHT file for details.
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
from spack import *
class RIsva(RPackage):
"""Independent Surrogate Variable Analysis:
Independent Surrogate Variable Analysis is an algorithm for feature
selection in the presence of potential confounding factors (see
Teschendorff AE et al 2011, <doi:10.1093/bioinformatics/btr171>)."""
cran = "isva"
version('1.9', sha256='9fd016e0b34034d271d45f8a0d0db62780bf0187112e45f610aa9237014e1d17')
depends_on('r-qvalue', type=('build', 'run'))
depends_on('r-fastica', type=('build', 'run'))
depends_on('r-jade', type=('build', 'run'))