Skip to content

Commit

Permalink
Update NAMESPACE
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsteinbaugh committed Jul 16, 2018
1 parent 4a6613a commit a20a470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Expand Up @@ -49,6 +49,7 @@ Imports:
cowplot (>= 0.9),
dplyr (>= 0.7),
ensembldb,
GenomicFeatures,
GenomeInfoDb,
GenomicRanges,
ggplot2 (>= 3.0),
Expand Down
2 changes: 2 additions & 0 deletions NAMESPACE
Expand Up @@ -179,6 +179,8 @@ importFrom(Biobase,sampleNames)
importFrom(BiocGenerics,counts)
importFrom(BiocGenerics,match)
importFrom(GenomeInfoDb,seqnames)
importFrom(GenomicFeatures,genes)
importFrom(GenomicFeatures,transcripts)
importFrom(GenomicRanges,GRanges)
importFrom(IRanges,IRanges)
importFrom(Matrix,Matrix)
Expand Down
1 change: 1 addition & 0 deletions R/basejump-package.R
Expand Up @@ -34,6 +34,7 @@
#' mutate_all mutate_at mutate_if select starts_with summarize_all top_n
#' ungroup
#' @importFrom ensembldb ensemblVersion organism
#' @importFrom GenomicFeatures genes transcripts
#' @importFrom GenomicRanges GRanges
#' @importFrom ggplot2 element_blank element_line element_rect element_text
#' theme theme_linedraw
Expand Down

0 comments on commit a20a470

Please sign in to comment.