You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
No package out there that read 10X MEX supports writing it back to disk, so we will have to include that logic in the loader.
The simplest solution I could come up with was to read all the used column indices and rewrite the sparse matrix by shifting the column indices. The reported cell IDs also have to reflect that, so getSingleCellDimension() will have to peek at the matrix file.
This is causing problems downstream because we end up storing a lot of text for the cell IDs and indices for cell type assignments.
The text was updated successfully, but these errors were encountered: