Properties#
The count matrix, as a sparse array. |
|
A Polars DataFrame of metadata for each cell. |
|
A Polars DataFrame of metadata for each gene. |
|
A dictionary of 2D NumPy arrays, where the length of each array's first dimension is the number of cells. |
|
A dictionary of 2D NumPy arrays, where the length of each array's first dimension is the number of genes. |
|
A dictionary of 2D sparse arrays, where the length and width of each array is the number of cells. |
|
A dictionary of 2D sparse arrays, where the length and width of each array is the number of genes. |
|
A dictionary of miscellaneous metadata. |
|
A shortcut to access the first column of obs. |
|
A shortcut to access the first column of var. |
|
The default number of threads used for this SingleCell dataset's operations. |
|
a length-2 tuple where the first element is the number of cells, and the second is the number of genes. |