Welcome to gene selection using iterative recursive feature elimination




Posted by Herbert Pang

 





You'll find here R codes (tested in R version 2.11.1) for this method.


1) To use this package, download the zip file for geneSelRSF here.

2) Extract the file to your R library directory, usually, in your Program Files -> R -> R version -> library

3) unzip it

4) open R and type library(geneSelRSF)

5) if you have any problems, please send an email to pathwayRF@gmail.com

Parallelized codes for this method can be downloaded here.


geneSelCIF (Cox + conditional inference forest) codes can be downloaded here.