Hello,
I’m following the “Accessing 10x RNA-seq gene expression data” tutorial in a Google Colab notebook.
First, I installed the latest version of the library directly from GitHub using this command:
!pip install "abc_atlas_access[notebooks] @ git+[https://github.com/alleninstitute/abc_atlas_access.git](https://github.com/alleninstitute/abc_atlas_access.git)"
When try to import the get_gene_data function as instructed in the tutorial:
>> from abc_atlas_access.abc_atlas_cache.anndata_utils import get_gene_data
I receive the following error:
ModuleNotFoundError: No module named 'abc_atlas_access.abc_atlas_cache.anndata_utils'
It seems this function has been moved or is no longer accessible at this path in the latest version of the library.