schae211 / liana-py

LIANA: a LIgand-receptor ANalysis frAmework

Home Page:http://liana-py.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIANA: a LIgand-receptor ANalysis frAmework

main GitHub issues Documentation Status codecov Downloads

LIANA is a Ligand-Receptor inference framework that enables the use of any LR method with any resource. This is its faster and memory efficient Python implementation, an R version is also available here.

Tutorials & Documentation

For further information please check LIANA's API documentation.

We also refer users to the Cell-cell communication chapter in the best-practices book from Theis lab, as it provides an overview of the common limitations and assumptions in CCC inference from (dissociated single-cell) transcriptomics data.

Install LIANA

Install liana's stable version:

pip install liana

Install liana's most up-to-date version:

pip install git+https://github.com/saezlab/liana-py

Methods

The methods implemented in this repository are:

(+) A resource-independent adaptation of the CellChat LR inference functions.

Ligand-Receptor Resources

The following CCC resources are accessible via this pipeline:

  • Consensus ($)
  • CellCall
  • CellChatDB
  • CellPhoneDB
  • Ramilowski2015
  • Baccin2019
  • LRdb
  • Kiroauc2010
  • ICELLNET
  • iTALK
  • EMBRACE
  • HPMR
  • Guide2Pharma
  • ConnectomeDB2020
  • CellTalkDB
  • MouseConsensus (#)

($) LIANA's default Consensus resource was generated from several expert-curated resources, filtered to additional quality control steps including literature support, complex re-union/consensus, and localisation.

(#) Consensus Resource converted to murine homologs.

Cite LIANA:

Dimitrov, D., Türei, D., Garrido-Rodriguez M., Burmedi P.L., Nagai, J.S., Boys, C., Flores, R.O.R., Kim, H., Szalai, B., Costa, I.G., Valdeolivas, A., Dugourd, A. and Saez-Rodriguez, J. 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 Also, if you use the OmniPath CCC Resource for your analysis, please cite:

Türei, D., Valdeolivas, A., Gul, L., Palacio‐Escat, N., Klein, M., Ivanova, O., Ölbei, M., Gábor, A., Theis, F., Módos, D. and Korcsmáros, T., 2021. Integrated intra‐and intercellular signaling knowledge for multicellular omics analysis. Molecular systems biology, 17(3), p.e9923. https://doi.org/10.15252/msb.20209923

Similarly, please consider citing any of the methods and/or resources implemented in liana, that were particularly relevant for your research!

About

LIANA: a LIgand-receptor ANalysis frAmework

http://liana-py.readthedocs.io/

License:GNU General Public License v3.0


Languages

Language:Python 100.0%