Skip to content

Commit

Permalink
Fixes #40
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderPico authored Dec 9, 2024
1 parent 2a7fa38 commit a8ead1c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shiny_run/scripts/build_db.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ build_db <- function(gmt.list, db.name){
dplyr::left_join(df.pfocr, by=c("term"),relationship = "many-to-many") %>%
dplyr::mutate(term = figid) %>%
dplyr::select(term, name, gene)
} else { #duplicate term to make name column
g.df <- g.df %>%
mutate(name = term)
}

assign(g.name, g.df)
Expand Down

0 comments on commit a8ead1c

Please sign in to comment.