Skip to content

Commit e326850

Browse files
committed
added "global" model list
1 parent 884b54d commit e326850

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

manuscript/coderdataResultsFunctions.R

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ library(synapser)
88
library(RColorBrewer)
99
##COLORS: standardize here
1010

11+
models <- c('deepttc','graphdrp','lgbm','pathdsp','uno')
1112
modelcolors <- RColorBrewer::brewer.pal(n=6,name='RdYlBu')
12-
names(modelcolors) <- c('deepttc','graphdrp','lgbm','pathdsp','uno')
13+
names(modelcolors) <- models
1314

1415

1516
exvivo = c('mpnst','beataml','sarcpdo','pancpdo','bladderpdo','liverpdo')

0 commit comments

Comments
 (0)