cell2location jupyter python界面

BayraktarLab/cell2location: Comprehensive mapping of tissue cell architecture via integrated single cell and spatial transcriptomics (cell2location model) (github.com) 

conda create -y -n cell2loc_env python=3.9

conda activate cell2loc_env
pip install cell2location -i douban.com
Finally, to use this environment in jupyter notebook, add jupyter kernel for this environment:

conda activate cell2loc_env

conda install -c bioconda -c conda-forge ipykernel
python -m ipykernel install --user --name=cell2loc_env --display-name='Environment (cell2loc_env)'

 

scanpy教程:空间转录组数据分析-腾讯云开发者社区-腾讯云 (tencent.com) 

scanpy_07_spatial (nbisweden.github.io)icon-default.png?t=N7T8https://nbisweden.github.io/workshop-scRNAseq/labs/compiled/scanpy/scanpy_07_spatial.html

你可能感兴趣的:(python,机器学习,深度学习)