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

相关推荐
ServBay5 小时前
9 个 Python 第三方库推荐,不用 AI 都好像多出一个团队
后端·python
用户8356290780515 小时前
如何使用 Python 添加和管理 Excel 批注(完整示例)
后端·python
用户8356290780516 小时前
使用 Python 管理 Excel 工作表:创建、复制、删除与重命名
后端·python
Lihua奏7 小时前
# 机器学习:机器是怎么从数据里学出规则的
机器学习
饼干哥哥12 小时前
用AI全自动剪辑,日更 100条爆款视频——HyperFrames、Remotion、Git使用入门
人工智能·机器学习·ai编程
饼干哥哥12 小时前
开源Skills|搭建亚马逊动态关键词库系统,每天抓SSS级机会词
人工智能·深度学习·数据分析
荣码14 小时前
LangGraph多Agent协作:3个Agent干活比1个强,但我踩了4个坑
java·python
用户8356290780511 天前
Python 操作 PDF 附件:添加、查看与管理指南
后端·python