Skip to content

Commit

Permalink
Adding S4Vectors explicitly
Browse files Browse the repository at this point in the history
So odd that this seems to be only sometimes, and passing tests
  • Loading branch information
jashapiro committed Nov 21, 2024
1 parent fe08c63 commit d1c698c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Imports:
methods,
pdfCluster,
purrr,
S4Vectors,
SingleCellExperiment,
tibble,
tidyr
Expand Down
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,5 @@ export(sce_to_symbols)
export(sweep_clusters)
import(SingleCellExperiment)
import(methods)
importFrom(S4Vectors,metadata)
importFrom(stats,setNames)
1 change: 1 addition & 0 deletions R/convert-gene-ids.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ ensembl_to_symbol <- function(ensembl_ids, sce, leave_na = FALSE) {
#' @export
#'
#' @import SingleCellExperiment
#' @importFrom S4Vectors metadata
#'
#' @examples
#' \dontrun{
Expand Down

0 comments on commit d1c698c

Please sign in to comment.