🎯

string-protein-interaction-analysis-with-omicverse

🎯Skill

from starlitnightly/omicverse

VibeIndex|
What it does

Analyzes protein-protein interactions using STRING database network data, enabling comprehensive molecular interaction mapping and network-based biological insights.

πŸ“¦

Part of

starlitnightly/omicverse(24 items)

string-protein-interaction-analysis-with-omicverse

Installation

pip installInstall Python package
pip install -U omicverse
πŸ“– Extracted from docs: starlitnightly/omicverse
1Installs
-
AddedFeb 4, 2026

Skill Details

SKILL.md

Overview

δΈ­ζ–‡ | EspaΓ±ol | ζ—₯本θͺž | Deutsch | FranΓ§ais | ν•œκ΅­μ–΄

| | |

| ------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |

| CI/CD | [![pre-commit.ci status][precommit-badge]][precommit-link] |

| Docs | [![Documentation Status][readthedocs-badge]][readthedocs-link] [![Preprint][preprint-badge]][preprint-link] |

| Package | [![PyPI - Version][pypi-badge]][pypi-link] [![pypi download][pypi-download-badge]][pypi-download-link] [![Conda-forge badge][conda-forge-badge]][anaconda-link] [![Docker image][docker-badge]][docker-link] |

| Meta | [![scverse-badge]][scverse-link] [![License][license-badge]][license-link] [![Star][star-badge]][star-link] [![Citations][citation-badge]][citation-link] |

[precommit-badge]: https://github.com/Starlitnightly/omicverse/workflows/py310|py311/badge.svg

[precommit-link]:https://github.com/Starlitnightly/omicverse/

[readthedocs-badge]:https://readthedocs.org/projects/omicverse/badge/?version=latest

[readthedocs-link]:https://omicverse.readthedocs.io/en/latest/?badge=latest

[preprint-badge]: https://img.shields.io/badge/DOI-10.1038/s41467.024.50194.3-368650.svg

[preprint-link]: https://doi.org/10.1038/s41467-024-50194-3

[pypi-badge]: https://img.shields.io/pypi/v/omicverse

[pypi-link]: https://pypi.org/project/omicverse

[pypi-download-badge]:https://static.pepy.tech/badge/omicverse

[pypi-download-link]:https://pepy.tech/project/omicverse

[conda-forge-badge]: https://img.shields.io/conda/dn/conda-forge/omicverse?logo=Anaconda

[anaconda-link]: https://anaconda.org/conda-forge/omicverse

[docker-badge]: https://img.shields.io/badge/docker-image-blue?logo=docker

[docker-link]: https://img.shields.io/docker/pulls/starlitnightly/omicverse

[license-badge]: https://img.shields.io/badge/license-GNU-blue

[license-link]: https://img.shields.io/apm/l/vim-mode

[scverse-badge]: https://img.shields.io/badge/scverse-ecosystem-blue.svg?labelColor=yellow

[scverse-link]: https://scverse.org/

[star-badge]:https://img.shields.io/github/stars/Starlitnightly/omicverse

[star-link]:https://github.com/Starlitnightly/omicverse

[citation-badge]:https://citations.njzjz.win/10.1038/s41467-024-50194-3

[citation-link]:https://doi.org/10.1038/s41467-024-50194-3

OmicVerse is the fundamental package for multi omics included bulk ,single cell and spatial RNA-seq analysis with Python. For more information, please read our paper: [OmicVerse: a framework for bridging and deepening insights across bulk and single-cell sequencing](https://www.nature.com/articles/s41467-024-50194-3)

> [!IMPORTANT]

>

> Star Us, You will receive all release notifications from GitHub without any delay \~ ⭐️

>

> If you like OmicVerse and want to support our mission, please consider making a [πŸ’—donation](https://ifdian.net/a/starlitnightly) to support our efforts.

Star History

`1` [Introduction][docs-feat-provider]

The original name of the omicverse was [Pyomic](https://pypi.org/project/Pyomic/), but we wanted to address a whole universe of transcriptomics, so we changed the name to OmicVerse, it aimed to solve all task in RNA-seq.

> [!NOTE]

> BulkTrajBlend algorithm in OmicVerse that combines Beta-Variational AutoEncoder for deconvolution and graph neural networks for overlapping community discovery to effectively interpolate and restore the continuity of "omission" cells in the original scRNA-seq data.

![omicverse-light](omicverse_guide/docs/img/omicverse.png#gh-light-mode-only)

![omicverse-dark](omicverse_guide/docs/img/omicverse_dark.png#gh-dark-mode-only)

`2` [Directory structure](#)

````shell

.

β”œβ”€β”€ omicverse # Main Python package

β”œβ”€β”€ omicverse_guide # Documentation files

β”œβ”€β”€ sample # Some test data

β”œβ”€β”€ LICENSE

└── README.md

````

`3` [Getting Started ](#)

OmicVerse can be installed via conda or pypi and you need to install pytorch at first. Please refer to the [installation tutorial](https://starlitnightly.github.io/omicverse/Installation_guild/) for more detailed installation steps and adaptations for different platforms (Windows, Linux or Mac OS).

You can use conda install omicverse -c conda-forge or pip install -U omicverse for installation.

Please checkout the documentations and tutorials at [omicverse page](https://starlitnightly.github.io/omicverse/) or [omicverse.readthedocs.io](https://omicverse.readthedocs.io/en/latest/index.html).

`4` [Data Framework and Reference](#)

The omicverse is implemented as an infrastructure based on the following four data structures.

---

The table contains the tools have been published

Scanpy
πŸ“¦ πŸ“–
dynamicTreeCut
πŸ“¦ πŸ“–
scDrug
πŸ“¦ πŸ“–
MOFA
πŸ“¦ πŸ“–
COSG
πŸ“¦ πŸ“–
CellphoneDB
πŸ“¦ πŸ“–
AUCell
πŸ“¦ πŸ“–
Bulk2Space
πŸ“¦ πŸ“–
SCSA
πŸ“¦ πŸ“–
WGCNA
πŸ“¦ πŸ“–
StaVIA
πŸ“¦ πŸ“–
pyDEse

More from this repository10

🎯
data-stats-analysis🎯Skill

data-stats-analysis skill from starlitnightly/omicverse

🎯
data-transform🎯Skill

Transforms and preprocesses data locally using pandas and numpy, compatible with all LLM providers, enabling cleaning, normalization, reshaping, and feature engineering.

🎯
bulk-rna-seq-deseq2-analysis-with-omicverse🎯Skill

Performs differential gene expression analysis on bulk RNA-seq data using DESeq2 within the Omicverse computational framework, identifying statistically significant gene expression changes between ...

🎯
data-export-excel🎯Skill

data-export-excel skill from starlitnightly/omicverse

🎯
omicverse-visualization-for-bulk-color-systems-and-single-cell-d🎯Skill

omicverse-visualization-for-bulk-color-systems-and-single-cell-d skill from starlitnightly/omicverse

🎯
single-cell-clustering-and-batch-correction-with-omicverse🎯Skill

single-cell-clustering-and-batch-correction-with-omicverse skill from starlitnightly/omicverse

🎯
bulk-rna-seq-batch-correction-with-combat🎯Skill

bulk-rna-seq-batch-correction-with-combat skill from starlitnightly/omicverse

🎯
bulk-wgcna-analysis-with-omicverse🎯Skill

Performs weighted gene correlation network analysis (WGCNA) on bulk RNA sequencing data using the Omicverse computational biology framework.

🎯
bulk-rna-seq-deconvolution-with-bulk2single🎯Skill

bulk-rna-seq-deconvolution-with-bulk2single skill from starlitnightly/omicverse

🎯
data-viz-plots🎯Skill

Generates publication-quality scientific visualizations using matplotlib and seaborn across multiple plot types, compatible with all LLM providers.