I’m interested in getting a matrix, based on the data from this paper: A high-resolution transcriptomic and spatial atlas of cell types in the whole mouse brain | Nature
I understand that the paper determined the cell type of each cell, from the spatial transcriptomic data, and then registered it against brain regions.
I would like the matrix, with X rows and Y columns, where there are X cell types in the dataset, and Y brain regions. Each entry Zij would be the number of cells (from cell type i) detected in brain region j.
Has a matrix like this already been computed? If not, how could I compute it from the publicly available data? Thanks