Skip to content

Commit 1a77467

Browse files
authored
Update server.R
1 parent 59260e9 commit 1a77467

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

fea/tab_SCORES/server.R

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
get_score <- function(mat, gene_set, name){
77
gene_set <- unlist(strsplit(gene_set, ' '))
8-
8+
9+
mat <- as.matrix(mat)
910
mat <- t(mat[gene_set,])
1011

1112

@@ -150,4 +151,4 @@ plot_pathway <- function(selected_pathway, nrank, species){
150151

151152

152153

153-
154+

0 commit comments

Comments
 (0)