Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

Commit 6bfd0b5

Browse files
committed
rename assay to counts
1 parent f387c1d commit 6bfd0b5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

R/query.R

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,17 @@ get_SingleCellExperiment = function(.data, repository = "/vast/projects/RCP/huma
6161

6262
cat("\n")
6363

64-
sce |>
6564

66-
# Combine
65+
# Combine
66+
sce =
67+
sce |>
6768
do.call(cbind, args=_)
6869

70+
# Rename assay
71+
names(sce@assays@data) = "counts"
6972

70-
73+
# Return
74+
sce
7175

7276
}
7377

0 commit comments

Comments
 (0)