Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
vertesy committed Jan 31, 2024
1 parent 3087246 commit 884b4d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/Seurat.Utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -2786,7 +2786,7 @@ RenameGenesSeurat <- function(obj = ls.Seurat[[i]],
@counts, @data, @scale.data and @meta.features in obj@assays$YOUR_ASSAY.", immediate. = TRUE)

if (nrow(obj) == length(newnames)) {
print(paste("Present:", SeuratObject::Layers(obj@assays[[assay]])))
iprint("Present:", SeuratObject::Layers(obj@assays[[assay]]))
for (s in slots) {
# browser()
nrO <- nrow(SeuratObject::GetAssayData(object = obj, assay = assay, layer = s))
Expand Down

0 comments on commit 884b4d6

Please sign in to comment.