CRAN/E | multiclassPairs

multiclassPairs

Build MultiClass Pair-Based Classifiers using TSPs or RF

Installation

About

A toolbox to train a single sample classifier that uses in-sample feature relationships. The relationships are represented as feature1 < feature2 (e.g. gene1 < gene2). We provide two options to go with. First is based on 'switchBox' package which uses Top-score pairs algorithm. Second is a novel implementation based on random forest algorithm. For simple problems we recommend to use one-vs-rest using TSP option due to its simplicity and for being easy to interpret. For complex problems RF performs better. Both lines filter the features first then combine the filtered features to make the list of all the possible rules (i.e. rule1: feature1 < feature2, rule2: feature1 < feature3, etc...). Then the list of rules will be filtered and the most important and informative rules will be kept. The informative rules will be assembled in an one-vs-rest model or in an RF model. We provide a detailed description with each function in this package to explain the filtration and training methodology in each line. Reference: Marzouka & Eriksson (2021) doi:10.1093/bioinformatics/btab088.

github.com/NourMarzouka/multiclassPairs

Key Metrics

Version 0.4.3
R ≥ 4.0.0
Published 2021-05-16 1078 days ago
Needs compilation? no
License GPL-2
License GPL-3
CRAN checks multiclassPairs results

Downloads

Yesterday 6 -45%
Last 7 days 79 +22%
Last 30 days 246 -13%
Last 90 days 788 -15%
Last 365 days 3.128 +12%

Maintainer

Maintainer

Nour-al-dain Marzouka

Nour-al-dain.Marzouka@med.lu.se

Authors

Nour-al-dain Marzouka

Material

NEWS
Reference manual
Package source

Vignettes

Tutorial for multiclassPairs R package

macOS

r-release

arm64

r-oldrel

arm64

r-release

x86_64

r-oldrel

x86_64

Windows

r-devel

x86_64

r-release

x86_64

r-oldrel

x86_64

Old Sources

multiclassPairs archive

Depends

R ≥ 4.0.0

Imports

methods
utils
stats
graphics
grDevices
ranger
Boruta
dunn.test
caret
e1071
rdist

Suggests

BiocManager
Biobase
switchBox
knitr
rmarkdown
BiocStyle
leukemiasEset
qpdf