Skip to content

Instantly share code, notes, and snippets.

@evilkost
Created March 23, 2014 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evilkost/9723400 to your computer and use it in GitHub Desktop.
Save evilkost/9723400 to your computer and use it in GitHub Desktop.
assay = read.csv("es_ass.csv", header=TRUE, sep=" ", row.name=1)
pheno = read.csv("es_pheno.csv", header=TRUE, sep=" ", row.name=1)
source('~/res/mixgene_workdir/data/R/ranking.Methods.r')
response = pheno['User_class']
restr_svmrfe_best10 = RestrictedSVMRFE(t(assay), response , best=10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment