Skip to content

Commit

Permalink
Merge pull request #1297 from bigomics/dev-pathbank
Browse files Browse the repository at this point in the history
Dev pathbank
  • Loading branch information
ivokwee authored Dec 10, 2024
2 parents 61cb170 + c675eb9 commit 857735e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 117 deletions.
3 changes: 2 additions & 1 deletion components/board.pathway/R/pathway_plot_wikipathway_graph.R
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ functional_plot_wikipathway_graph_server <- function(id,
}

# Get pathway image using WPID and fc values
svg <- wikipathview(wp = pathway.id, val = fc)
shiny::req(pathway.id)
svg <- playbase::wikipathview(wp = pathway.id, val = fc)
if (is.null(svg)) {
return(NULL)
}
Expand Down
116 changes: 0 additions & 116 deletions components/board.pathway/R/pathway_wikipathview.R

This file was deleted.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 857735e

Please sign in to comment.