Open kuang-da opened 8 months ago
There might be some null in the motif slot in the object.
To bypass the error, I removed some assay slots I do not need at the moment. Those data structures may not be supported for transformation yet.
> seurat_obj
# An object of class Seurat
# 878562 features across 37329 samples within 6 assays
# Active assay: RNA (30289 features, 0 variable features)
# 5 other assays present: ATAC, integrated_RNA, GeneScore, peaks, chromvar
# 5 dimensional reductions calculated: integrated_lsi, umap.atac.int, pca, umap.rna, wnn.umap
> seurat_obj[["peaks"]] <- NULL
> seurat_obj[["chromvar"]] <- NULL
> seurat_obj
# An object of class Seurat
# 467523 features across 37329 samples within 4 assays
# Active assay: RNA (30289 features, 0 variable features)
# 3 other assays present: ATAC, integrated_RNA, GeneScore
# 5 dimensional reductions calculated: integrated_lsi, umap.atac.int, pca, umap.rna, wnn.umap