In this tutorial, we perform an advanced single-cell RNA-seq analysis workflow using Scanpy on the PBMC-3k benchmark dataset. We start by loading the dataset, inspecting its structure, and applying ...
Add a description, image, and links to the python-igraph topic page so that developers can more easily learn about it.
As far as I understand, setup.py of python-igraph first tries to search for igraph in the system via pkg-config. If not detected, then downloads and compiles it. If you want to fix setup.py: I guess ...