- Home
- Bioconductor 3.19
- Software Packages
- switchBox
switchBox
This package is for version 3.19 of Bioconductor; for the stable, up-to-date release version, see switchBox.
Utilities to train and validate classifiers based on pair switching using the K-Top-Scoring-Pair (KTSP) algorithm
Bioconductor version: 3.19
The package offer different classifiers based on comparisons of pair of features (TSP), using various decision rules (e.g., majority wins principle).
Author: Bahman Afsari <bahman at jhu.edu>, Luigi Marchionni <marchion at jhu.edu>, Wikum Dinalankara <wdinala1 at jhmi.edu>
Maintainer: Bahman Afsari <bahman at jhu.edu>, Luigi Marchionni <marchion at jhu.edu>, Wikum Dinalankara <wdinala1 at jhmi.edu>
citation("switchBox")):
Installation
To install this package, start R (version "4.4") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("switchBox")
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("switchBox")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.