cell2location jupyter python界面

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

cpp 复制代码
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
cpp 复制代码
python -m ipykernel install --user --name=cell2loc_env --display-name='Environment (cell2loc_env)'

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

scanpy_07_spatial (nbisweden.github.io)https://nbisweden.github.io/workshop-scRNAseq/labs/compiled/scanpy/scanpy_07_spatial.html

相关推荐
带娃的IT创业者39 分钟前
机器学习实战(8):降维技术——主成分分析(PCA)
人工智能·机器学习·分类·聚类
鸡鸭扣1 小时前
Docker:3、在VSCode上安装并运行python程序或JavaScript程序
运维·vscode·python·docker·容器·js
paterWang2 小时前
基于 Python 和 OpenCV 的酒店客房入侵检测系统设计与实现
开发语言·python·opencv
东方佑2 小时前
使用Python和OpenCV实现图像像素压缩与解压
开发语言·python·opencv
饮长安千年月2 小时前
Linksys WRT54G路由器溢出漏洞分析–运行环境修复
网络·物联网·学习·安全·机器学习
神秘_博士3 小时前
自制AirTag,支持安卓/鸿蒙/PC/Home Assistant,无需拥有iPhone
arm开发·python·物联网·flutter·docker·gitee
flying robot3 小时前
人工智能基础之数学基础:01高等数学基础
人工智能·机器学习
Moutai码农4 小时前
机器学习-生命周期
人工智能·python·机器学习·数据挖掘
Jackilina_Stone4 小时前
【DL】浅谈深度学习中的知识蒸馏 | 输出层知识蒸馏
人工智能·深度学习·机器学习·蒸馏
小白教程5 小时前
python学习笔记,python处理 Excel、Word、PPT 以及邮件自动化办公
python·python学习·python安装