Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elswob committed Jul 28, 2015
1 parent 8e945f6 commit b095998
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/subtypePrediction_distributed.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

pam50_wrapper=function(outDir,inputFile,short){

calibrationFile<- system.file("extdata","mediansPerDataset_v2.txt",package="BASAL")
trainCentroids<- system.file("extdata","pam50_centroids.txt",package="BASAL")
trainFile<<- system.file("extdata","220arrays_nonUBCcommon+12normal_50g.txt",package="BASAL")
calibrationFile<- system.file("extdata","mediansPerDataset_v2.txt",package="BASALT")
trainCentroids<- system.file("extdata","pam50_centroids.txt",package="BASALT")
trainFile<<- system.file("extdata","220arrays_nonUBCcommon+12normal_50g.txt",package="BASALT")
proliferationGenes<-c("CCNB1","UBE2C","BIRC5","KNTC2","CDC20","PTTG1","RRM2","MKI67","TYMS","CEP55","CDCA1")
stdArray<-T # just for visualization, and only set to F if many missing genes
predFiles<- inputFile
Expand Down

0 comments on commit b095998

Please sign in to comment.