Open joshuak94 opened 3 months ago
Thank you for sending this, which is very helpful for us to debug.
Can you check if the rownames of your metadata matches the column names of your object? i.e., all(rownames(object@meta.data)==colnames(object)) if your object is called object?
This relates to https://github.com/satijalab/seurat/issues/9125
Let us know , and we will take a look early next week and get back to you ASAP.
all(rownames(data_seurat_115@meta.data)==colnames(data_seurat_115))
all(rownames(data_seurat_135@meta.data)==colnames(data_seurat_135))
Both yield TRUE.
Hi @rsatija, I was wondering if there was an update regarding this issue?
same issue here but for Xenium data, No idea why and how to resolve it.
xenium.obj <- SCTransform(xenium.obj, assay = "Xenium") Running SCTransform on assay: Xenium Running SCTransform on layer: counts vst.flavor='v2' set. Using model with fixed slope and excluding poisson genes. Variance stabilizing transformation of count matrix of size 377 by 376392 Model formula is y ~ log_umi Get Negative Binomial regression parameters per gene Using 376 genes, 5000 cells Found 2 outliers - those will be ignored in fitting/regularization step
Second step: Get residuals using fitted parameters for 377 genes Error in asMethod(object) : (converted from warning) sparse->dense coercion: allocating vector of size 1.1 GiB
I was trying to create a reproducible example of another issue I'm having with JoinLayers() taking an indefinite amount of time (killed manually after ~12 hours).
The dataset I used is from here, I used the gene_count_cleaned_sampled_100k.rds file along with the cell_annotation.csv file for metadata.
I split the gene matrix into two groups: E11.5 cells and E13.5 cells. When merging, I get the following warnings, and then eventually an error:
My memory usage also skyrockets to 400+ GB.
Source code:
sessionInfo():