跳至內容

生物信息學/scanpy

維基教科書,自由的教學讀本

scanpy:使用python進行scRNASeq分析

[編輯]

scanpy相關鏈接

[編輯]

scanpy的安裝

[編輯]

Anaconda的bioconda安裝

[編輯]
conda install seaborn scikit-learn statsmodels numba pytables
conda install -c conda-forge python-igraph leidenalg
pip install scanpy

直接使用PyPI安裝

[編輯]
pip install 'scanpy[leiden]'

scanpy的功能

[編輯]