Skip to content

Commit a41a3ba

Browse files
committed
clarify tree
1 parent 601a57b commit a41a3ba

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,9 @@ flowchart TD
3939
Spatial -->|No| Compare{Compare across<br/>samples?}
4040
Compare -->|Yes| Contrast{Specific<br/>contrast?}
4141
Contrast -->|Yes| Targeted[Differential Contrasts]
42-
Contrast -->|No| Unsup[MOFA+ / Tensor-cell2cell]
42+
Contrast -->|No| MOFA[MOFA+]
43+
Contrast -->|No| Tensor[Tensor-cell2cell]
44+
Tensor --> TensorExt[Extended Tutorials]
4345
Compare -->|No| Steady[Steady-state LR Inference]
4446
4547
%% Multi-modal branch
@@ -55,7 +57,9 @@ flowchart TD
5557
click Global "https://liana-py.readthedocs.io/en/latest/notebooks/bivariate.html"
5658
click MISTy "https://liana-py.readthedocs.io/en/latest/notebooks/misty.html"
5759
click Targeted "https://liana-py.readthedocs.io/en/latest/notebooks/targeted.html"
58-
click Unsup "https://liana-py.readthedocs.io/en/latest/notebooks/mofatalk.html"
60+
click MOFA "https://liana-py.readthedocs.io/en/latest/notebooks/mofatalk.html"
61+
click Tensor "https://liana-py.readthedocs.io/en/latest/notebooks/liana_c2c.html"
62+
click TensorExt "https://ccc-protocols.readthedocs.io/en/latest/"
5963
click Steady "https://liana-py.readthedocs.io/en/latest/notebooks/basic_usage.html"
6064
click SMA "https://liana-py.readthedocs.io/en/latest/notebooks/sma.html"
6165
click SCMulti "https://liana-py.readthedocs.io/en/latest/notebooks/sc_multi.html"

0 commit comments

Comments
 (0)