Skip to content

Commit

Permalink
Update limiric_calculation.R
Browse files Browse the repository at this point in the history
  • Loading branch information
AlicenJoyHenning authored Aug 18, 2024
1 parent 45389d1 commit 29511b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/limiric_calculation.R
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ limiric_calculation <- function(organism,

# Calculate complexity
seurat_matrix <- Seurat::GetAssayData(limiric, layer = "data")

seurat_matrix <- as.matrix(seurat_matrix)
cat("Dimensions of seurat_matrix:", dim(seurat_matrix), "\n")
cat("Structure of seurat_matrix:\n")
str(seurat_matrix)
Expand Down

0 comments on commit 29511b2

Please sign in to comment.