[6ff4a8]: / src / moscot / _constants.py

Download this file

14 lines (13 with data), 242 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
# policies
SEQUENTIAL = "sequential"
STAR = "star"
EXTERNAL_STAR = "external_star"
TRIU = "triu"
TRIL = "tril"
EXPLICIT = "explicit"
DUMMY = "dummy"
# plotting
CELL_TRANSITION = "cell_transition"
SANKEY = "sankey"
PUSH = "push"
PULL = "pull"