Description
Greetings,
I am using Tangram to annotate my spatial data (10X) using single cell data. I would like to better understand the output of project_cell_annotations().
It says “INFO:root:spatial prediction dataframe is saved in obsm
tangram_ct_pred
of the spatial AnnData.”
I looked at the tangram_ct_pred matrix. It is a voxel X annotation matrix. I would like to understand each entry in the matrix. From the values, it does not seem like probability value ( there are values > 2). So is it some kind of score? What is its scale. How do I convert each row in to a set of probability values over the different annotations for each individual cell (each row sum = 1)? Or like a percentage composition set of values for each cell (each row sum = 1). How to best interpret values?