I/O#
Load a SingleCell dataset from a file, or create one from an in-memory AnnData object or count matrix + metadata. |
|
Save this SingleCell dataset to a file. |
|
Print the fields in an .h5ad file. |
|
Load just obs from an .h5ad file as a polars DataFrame. |
|
Load just var from an .h5ad file as a polars DataFrame. |
|
Load just obsm from an .h5ad file as a dictionary of Numpy arrays or DataFrames. |
|
Load just varm from an .h5ad file as a dictionary of Numpy arrays or DataFrames. |
|
Load just obsp from an .h5ad file as a dictionary of sparse arrays. |
|
Load just varp from an .h5ad file as a dictionary of sparse arrays. |
|
Load just uns from an .h5ad file as a dictionary. |
|
Converts this SingleCell dataset to an AnnData object, the representation used by Scanpy. |
|
Create a SingleCell dataset from a Seurat object that has already been loaded into memory via the ryp Python-R bridge. |
|
Convert this SingleCell dataset to a Seurat object in the R workspace of the ryp Python-R bridge. |
|
Create a SingleCell dataset from a SingleCellExperiment object that has already been loaded into memory via the ryp Python-R bridge. |
|
Convert this SingleCell dataset to a SingleCellExperiment object in the R workspace of the ryp Python-R bridge. |