grassp.ds.download_prolocdata

grassp.ds.download_prolocdata#

download_prolocdata(name)[source]#

Download a prolocdata file from the prolocdata repository. To see the list of available files, use list_prolocdata_files. You can find more information about the prolocdata repository at lgatto/pRolocdata.

See also

list_prolocdata_files

List all available prolocdata files that can be downloaded.

Parameters:
name str

The name of the file to download.

Return type:

AnnData

Returns:

AnnData The downloaded file as an AnnData object.