- Home
- Bioconductor 3.23
- Software Packages
- GSgalgoR (development version)
GSgalgoR
This is the development version of GSgalgoR; for the stable release version, see GSgalgoR.
An Evolutionary Framework for the Identification and Study of Prognostic Gene Expression Signatures in Cancer
Bioconductor version: Development (3.23)
A multi-objective optimization algorithm for disease sub-type discovery based on a non-dominated sorting genetic algorithm. The 'Galgo' framework combines the advantages of clustering algorithms for grouping heterogeneous 'omics' data and the searching properties of genetic algorithms for feature selection. The algorithm search for the optimal number of clusters determination considering the features that maximize the survival difference between sub-types while keeping cluster consistency high.
Author: Martin Guerrero [aut], Carlos Catania [cre]
Maintainer: Carlos Catania <harpomaxx at gmail.com>
citation("GSgalgoR")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("GSgalgoR")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("GSgalgoR")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.