The need to understand cell developmental processes has spawned a plethora of computational methods for discovering hierarchies from scRNAseq data. However, existing techniques are based on Euclidean geometry which is not an optimal choice for modeling complex cell trajectories with multiple branches. To overcome this fundamental representation issue we propose Poincaré maps, a method harnessing the power of hyperbolic geometry into the realm of single-cell data analysis.
Other
148
stars
31
forks
source link
Does PoincareMaps support more than 2 dimensions embedding? #7
In the function "compute_poincare_maps" in the line 66 in main.py, you have hard coded the dimension as 2. Could I change it the other values such as 3 dimensions? Thanks.
In the function "compute_poincare_maps" in the line 66 in main.py, you have hard coded the dimension as 2. Could I change it the other values such as 3 dimensions? Thanks.