Mercurial > repos > iuc > liana_plot
diff README.md @ 0:8b9b8d358883 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/main/tools/liana commit 8dc656081d3147b402485bd25affe05a22e5194e
| author | iuc |
|---|---|
| date | Tue, 10 Mar 2026 13:41:01 +0000 |
| parents | |
| children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/README.md Tue Mar 10 13:41:01 2026 +0000 @@ -0,0 +1,116 @@ +LIANA+ +====== + +Galaxy tools for [LIANA+](https://liana-py.readthedocs.io/), a framework for cell-cell communication analysis. + +## Tools + +### 1. Single Cell Methods (`single_cell.xml`) + +Ligand-receptor inference methods for single-cell data. + +Method | Description +--- | --- +`cellchat` | CellChat ligand-receptor method +`cellphonedb` | CellPhoneDB ligand-receptor method +`connectome` | Connectome ligand-receptor method +`logfc` | Log fold change ligand-receptor method +`natmi` | NATMI ligand-receptor method +`singlecellsignalr` | SingleCellSignalR ligand-receptor method +`geometric_mean` | Geometric mean ligand-receptor method +`rank_aggregate` | Aggregate rankings from multiple methods + +### 2. Spatial Methods (`spatial.xml`) + +Spatial ligand-receptor analysis using bivariate metrics. + +Method | Description +--- | --- +`bivariate` | Bivariate local spatial metrics for ligand-receptor analysis + +#### Bivariate Metrics + +**Local metrics:** + +Metric | Description +--- | --- +`cosine` | Weighted cosine similarity +`jaccard` | Weighted Jaccard similarity +`pearson` | Weighted Pearson correlation +`spearman` | Weighted Spearman correlation +`masked_spearman` | Masked and weighted Spearman correlation +`product` | Simple weighted product +`norm_product` | Normalized weighted product +`morans` | Moran's R + +**Global metrics:** + +Metric | Description +--- | --- +`morans` | Moran's I (global spatial autocorrelation) +`lee` | Lee's L (bivariate spatial association) + +### 3. Spatial Relationships (`spatial_relationships.xml`) + +Multi-view spatial modelling with MISTy. + +Method | Description +--- | --- +`genericMistyData` | Generic MISTy multi-view modelling +`lrMistyData` | Ligand-receptor MISTy modelling + +#### MISTy Models + +Model | Description +--- | --- +`RandomForestModel` | Random Forest (uses out-of-bag predictions) +`LinearModel` | Linear regression (uses cross-validation) +`RobustLinearModel` | Robust linear regression + +#### Kernel Functions + +Kernel | Description +--- | --- +`misty_rbf` | MISTy RBF kernel (Gaussian derivative) +`gaussian` | Gaussian kernel +`exponential` | Exponential kernel +`linear` | Linear kernel + +### 4. Plotting (`plot.xml`) + +Visualization tools for LIANA results. + +Method | Description +--- | --- +`dotplot` | Dot plot of ligand-receptor interactions +`tileplot` | Tile plot of interactions +`connectivity` | Spatial connectivity visualization + +### 5. Available Resources + +Built-in ligand-receptor resources from `li.resource.show_resources()`: + +- `consensus` (default) +- `baccin2019` +- `cellcall` +- `cellchatdb` +- `cellinker` +- `cellphonedb` +- `celltalkdb` +- `connectomedb2020` +- `embrace` +- `guide2pharma` +- `hpmr` +- `icellnet` +- `italk` +- `kirouac2010` +- `lrdb` +- `mouseconsensus` +- `ramilowski2015` + +## References + +- Dimitrov, D., Türei, D., Garrido-Rodriguez, M. et al. Comparison of methods and resources for cell-cell communication inference from single-cell RNA-Seq data. Nat Commun 13, 3224 (2022). https://doi.org/10.1038/s41467-022-30755-0 +- Tanevski, J., Flores, R.O.R., Gabor, A. et al. Explainable multiview framework for dissecting spatial relationships from highly multiplexed data. Genome Biol 23, 97 (2022). +- [LIANA+ Documentation](https://liana-py.readthedocs.io/) +- [LIANA+ GitHub](https://github.com/saezlab/liana-py)
