Hello. I am trying to work with annotated data containing imputed gene expression values, as found here:
print(abc_cache.list_data_files(‘MERFISH-C57BL6J-638850-imputed’))
[‘C57BL6J-638850-imputed/log2’]
However, this dataset appears to contain cells for all 69 sections, is almost 50GB in size, and is very slow to work with. I am looking for files broken down by individual sections, which for non-imputed genes is located here: abc_cache.list_data_files(‘MERFISH-C57BL6J-638850-sections’)), but I am unable to find any such thing for imputed gene expressions.
Does such a thing exist? Am I looking in the wrong place? I can theoretically generate the files myself, but it would take hours, and before doing that, I wanted to make sure I am not missing something simple.
Thanks again!
- Tom