The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
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>.
Version: | 0.4.3 |
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 |
Published: | 2021-05-16 |
DOI: | 10.32614/CRAN.package.multiclassPairs |
Author: | Nour-al-dain Marzouka |
Maintainer: | Nour-al-dain Marzouka <Nour-al-dain.Marzouka at med.lu.se> |
License: | GPL-2 | GPL-3 [expanded from: GPL (≥ 2)] |
URL: | https://github.com/NourMarzouka/multiclassPairs |
NeedsCompilation: | no |
Materials: | NEWS |
CRAN checks: | multiclassPairs results |
Reference manual: | multiclassPairs.pdf |
Vignettes: |
Tutorial for multiclassPairs R package |
Package source: | multiclassPairs_0.4.3.tar.gz |
Windows binaries: | r-devel: multiclassPairs_0.4.3.zip, r-release: multiclassPairs_0.4.3.zip, r-oldrel: multiclassPairs_0.4.3.zip |
macOS binaries: | r-release (arm64): multiclassPairs_0.4.3.tgz, r-oldrel (arm64): multiclassPairs_0.4.3.tgz, r-release (x86_64): multiclassPairs_0.4.3.tgz, r-oldrel (x86_64): multiclassPairs_0.4.3.tgz |
Old sources: | multiclassPairs archive |
Please use the canonical form https://CRAN.R-project.org/package=multiclassPairs to link to this page.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.