File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments