- Home
- Bioconductor 3.18
- Software Packages
- sigFeature
sigFeature
This package is for version 3.18 of Bioconductor; for the stable, up-to-date release version, see sigFeature.
sigFeature: Significant feature selection using SVM-RFE & t-statistic
Bioconductor version: 3.18
This package provides a novel feature selection algorithm for binary classification using support vector machine recursive feature elimination SVM-RFE and t-statistic. In this feature selection process, the selected features are differentially significant between the two classes and also they are good classifier with higher degree of classification accuracy.
Author: Pijush Das Developer [aut, cre], Dr. Susanta Roychudhury User [ctb], Dr. Sucheta Tripathy User [ctb]
Maintainer: Pijush Das Developer <topijush at gmail.com>
citation("sigFeature")):
Installation
To install this package, start R (version "4.3") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("sigFeature")
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("sigFeature")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.