- Home
- Bioconductor 3.22
- Software Packages
- geNetClassifier
geNetClassifier
This is the released version of geNetClassifier; for the devel version, see geNetClassifier.
Classify diseases and build associated gene networks using gene expression profiles
Bioconductor version: Release (3.22)
Comprehensive package to automatically train and validate a multi-class SVM classifier based on gene expression data. Provides transparent selection of gene markers, their coexpression networks, and an interface to query the classifier.
Author: Sara Aibar, Celia Fontanillo and Javier De Las Rivas. Bioinformatics and Functional Genomics Group. Cancer Research Center (CiC-IBMCC, CSIC/USAL). Salamanca. Spain.
Maintainer: Sara Aibar <saibar at usal.es>
citation("geNetClassifier")):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("geNetClassifier")
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("geNetClassifier")
Details
Package Archives
Follow Installation instructions to use this package in your R session.