- recipe bioconductor-fcbf
Fast Correlation Based Filter for Feature Selection
- Homepage:
- License:
MIT + file LICENSE
- Recipe:
This package provides a simple R implementation for the Fast Correlation Based Filter described in Yu, L. and Liu, H.; Feature Selection for High-Dimensional Data: A Fast Correlation Based Filter Solution,Proc. 20th Intl. Conf. Mach. Learn. (ICML-2003), Washington DC, 2003 The current package is an intent to make easier for bioinformaticians to use FCBF for feature selection, especially regarding transcriptomic data.This implies discretizing expression (function discretize_exprs) before calculating the features that explain the class, but are not predictable by other features. The functions are implemented based on the algorithm of Yu and Liu, 2003 and Rajarshi Guha's implementation from 13/05/2005 available (as of 26/08/2018) at http://www.rguha.net/code/R/fcbf.R .
- package bioconductor-fcbf¶
-
- Versions:
2.6.0-0
,2.2.0-0
,2.0.0-0
,1.8.0-1
,1.8.0-0
,1.6.0-0
,1.4.0-0
,1.2.2-0
,1.0.1-0
,2.6.0-0
,2.2.0-0
,2.0.0-0
,1.8.0-1
,1.8.0-0
,1.6.0-0
,1.4.0-0
,1.2.2-0
,1.0.1-0
,1.0.0-0
- Depends:
bioconductor-summarizedexperiment
>=1.28.0,<1.29.0
r-base
>=4.2,<4.3.0a0
- Required By:
Installation
With an activated Bioconda channel (see set-up-channels), install with:
conda install bioconductor-fcbf
and update with:
conda update bioconductor-fcbf
or use the docker container:
docker pull quay.io/biocontainers/bioconductor-fcbf:<tag>
(see bioconductor-fcbf/tags for valid values for
<tag>
)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[](http://bioconda.github.io/recipes/bioconductor-fcbf/README.html)