- Home
- Bioconductor 3.14
- Software Packages
- iteremoval
iteremoval
This package is for version 3.14 of Bioconductor. This package has been removed from Bioconductor. For the last stable, up-to-date release version, see iteremoval.
Iteration removal method for feature selection
Bioconductor version: 3.14
The package provides a flexible algorithm to screen features of two distinct groups in consideration of overfitting and overall performance. It was originally tailored for methylation locus screening of NGS data, and it can also be used as a generic method for feature selection. Each step of the algorithm provides a default method for simple implemention, and the method can be replaced by a user defined function.
Author: Jiacheng Chuan [aut, cre]
Maintainer: Jiacheng Chuan <jiacheng_chuan at outlook.com>
citation("iteremoval")):
Installation
To install this package, start R (version "4.1") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("iteremoval")
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("iteremoval")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.