regbench_data.assays.retrieve_rna#

regbench_data.assays.retrieve_rna(id)#

Retrieves all datasets.

Parameters:

id (str | list[str]) – The ID or list of IDs of the datasets to retrieve.

Returns:

A dictionary mapping dataset IDs to Dataset objects.

Return type:

dict[str, Dataset]