Skip to content

Commit

Permalink
don't export only document AbstractAnnData
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Dec 19, 2024
1 parent 3c77da2 commit 19daaa4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Generated by roxygen2: do not edit by hand

export(AbstractAnnData)
export(AnnData)
export(from_Seurat)
export(from_SingleCellExperiment)
Expand Down
2 changes: 0 additions & 2 deletions R/AbstractAnnData.R
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#' * [from_SingleCellExperiment()]: Create an in-memory AnnData object from a SingleCellExperiment object.
#'
#' @importFrom R6 R6Class
#'
#' @export
AbstractAnnData <- R6::R6Class("AbstractAnnData", # nolint
active = list(
#' @field X NULL or an observation x variable matrix (without
Expand Down

0 comments on commit 19daaa4

Please sign in to comment.