grassp.io.read_prolocdata

grassp.io.read_prolocdata#

read_prolocdata(file_name, allow_nullable_strings=False)[source]#

Read a prolocdata file and return an AnnData object.

Parameters:
file_name str

The path to the prolocdata file or a URL.

allow_nullable_strings bool, default False

If False, convert pandas nullable StringDtype columns in obs/var to regular Python object-dtype strings for compatibility with older anndata writers (anndata<0.11). If True, keep nullable string dtype.

Return type:

AnnData

Returns:

adata : AnnData