Skip to content

Cholmod error 'problem too large' #13

@sciotlos

Description

@sciotlos

Hi all,

I'm getting the following error when trying to create the Tempora object with ImportSeuratObject:

Error in asMethod(object) : 
  Cholmod error 'problem too large' at file ../Core/cholmod_dense.c, line 105

The dimensions of the Seurat object are as follows:

> subset_merge_allCells
An object of class Seurat 
60218 features across 102868 samples within 2 assays 
Active assay: SCT (26680 features, 3000 variable features)
 1 other assay present: RNA
 2 dimensional reductions calculated: pca, umap

I know this is a large object, I've actually cut it down in half (I have a little over 200k cells sequenced). And so I wonder if anyone has some suggestions for:

  1. stripping down the data further - could I get rid of all genes except the 3000 most variable ones?
  2. remove more cells during the prelim QC of cells? I've already halved the dataset, so I'd rather not do this one..
  3. is there a general dimension/size limit for creating the tempora object?

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions