If you are interested to get the the annotation as in Fig. 4c, you can download cospar, and run adata_orig=cs.datasets.hematopoiesis(), you will get the latest LARRY dataset, and it will include many fields
particularly, adata.obs[''NeuMon_fate_bias''] is what you want. It will tell you the fate bias of each cell.
If you are interested to get the the annotation as in Fig. 4c, you can download cospar, and run
adata_orig=cs.datasets.hematopoiesis(), you will get the latest LARRY dataset, and it will include many fieldsparticularly,
adata.obs[''NeuMon_fate_bias'']is what you want. It will tell you the fate bias of each cell.