Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Kunzmann committed Feb 29, 2020
1 parent f7c99c9 commit d2dd5ed
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 3 additions & 3 deletions DESCRIPTION
@@ -1,7 +1,7 @@
Package: pwcuratr
Type: Package
Title: Functional Pathway Cluster Curation tool
Version: 0.3.0.9000
Version: 0.2.1
Author: Kevin Kunzmann <kevin.kunzmann@mrc-bsu.cam.ac.uk>
Maintainer: Kevin Kunzmann <kevin.kunzmann@mrc-bsu.cam.ac.uk>
Description: Elicit candidate gene networks based on sets of seed genes using
Expand All @@ -15,15 +15,15 @@ Suggests:
knitr,
rmarkdown,
pander,
tidyverse,
shiny,
DT,
httr,
covr,
testthat
Depends:
R (>= 3.5.0)
Imports:
tidyverse,
DT,
glue,
scales,
dplyr,
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Expand Up @@ -7,6 +7,8 @@ export(prune)
export(query_participating_genes)
export(query_reactome_pathways)
export(start_shiny_app)
import(DT)
import(tidyverse)
importFrom(cowplot,plot_grid)
importFrom(dplyr,distinct)
importFrom(dplyr,filter)
Expand Down
3 changes: 3 additions & 0 deletions R/zzz.R
Expand Up @@ -4,6 +4,9 @@ globalVariables(c("tbl_reactome_interactions", "tbl_ensembl", "tbl_ensembl2react
#'
#' Todo
#'
#' @import tidyverse
#' @import DT
#'
#' @importFrom rlang .data
#' @importFrom magrittr %>%
#' @importFrom tibble as_tibble enframe
Expand Down

0 comments on commit d2dd5ed

Please sign in to comment.