Skip to content

Commit a519f44

Browse files
authored
Merge pull request #122 from tidyomics/drop-aggregate-cells-export-v2
Drop aggregate cells export v2
2 parents 7f46d06 + 7234efd commit a519f44

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Type: Package
22
Package: tidySingleCellExperiment
33
Title: Brings SingleCellExperiment to the Tidyverse
4-
Version: 1.19.2
4+
Version: 1.19.3
55
Authors@R: c(person("Stefano", "Mangiola",
66
comment=c(ORCID="0000-0001-7474-836X"),
77

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ export("%>%")
4949
export(join_transcripts)
5050
export(tidy)
5151
export(unnest_single_cell_experiment)
52-
exportMethods(aggregate_cells)
5352
exportMethods(join_features)
5453
importFrom(Matrix,rowSums)
5554
importFrom(S4Vectors,"metadata<-")

R/methods.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ tidy.SingleCellExperiment <- function(object) {
162162
#' @importFrom methods as
163163
#'
164164
#'
165-
#' @export
166165
setMethod("aggregate_cells", "SingleCellExperiment", function(.data,
167166
.sample=NULL, slot="data", assays=NULL,
168167
aggregation_function=Matrix::rowSums,

man/tidySingleCellExperiment-package.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)