Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[r] Handle empty matrices when creating SOMA from Seurat #990

Merged
merged 5 commits into from
Feb 23, 2023

Commits on Feb 23, 2023

  1. Handle empty matrices when creating SOMA from Seurat

    Seurat allows empty matrices for counts and scale.data
    Empty matrices are defined as 0x0 or 1x1 with a value of NA
    Use SeuratObject::IsMatrixEmpty to determine empty matrices
    Skip writing empty matrices
    
    fixes TileDB-Inc/tiledbsc#92
    mojaveazure committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    6d2b9b5 View commit details
    Browse the repository at this point in the history
  2. Update tests

    mojaveazure committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7eb58ab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2228f9 View commit details
    Browse the repository at this point in the history
  4. Bump develop version

    Update changelog
    mojaveazure committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    c8a43fc View commit details
    Browse the repository at this point in the history
  5. Merge branch 'ph/fix/seurat-empty-matrices' of github.com:single-cell…

    …-data/TileDB-SOMA into ph/fix/seurat-empty-matrices
    mojaveazure committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    4e1babe View commit details
    Browse the repository at this point in the history