Skip to content

Commit

Permalink
Update prepOptim.R
Browse files Browse the repository at this point in the history
  • Loading branch information
enio23 committed Mar 27, 2017
1 parent 231c817 commit afd672e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Example/Example_MainData/code/prepOptim.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ load("../data/allD_noCSK_filt.RData")
load("../data/dataObjects_PHONEMeS.RData")
#Make the data objects that will be needed
bg<-new("KPSbg", interactions=allD, species=unique(c(allD$K.ID, allD$S.cc)))
#dataGMM<-new("GMMres", res=GMM.res.noFC, IDmap=GMM.res.ID, resFC=GMM.res)
dataGMM<-new("GMMres", res=GMM.res.no.FC, IDmap=GMM.ID, resFC=GMM.res)
dataGMM<-new("GMMres", res=GMM.res.noFC, IDmap=GMM.res.ID, resFC=GMM.res)

#Choose the drug targets
targets.P<-list(cond1=c("MTOR_HUMAN"))
#Choose the drug treatments matching to the drug targets
Expand Down

0 comments on commit afd672e

Please sign in to comment.