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

相关推荐
老饼讲解-BP神经网络20 分钟前
一篇入门之-评分卡变量分箱(卡方分箱、决策树分箱、KS分箱等)实操例子
算法·决策树·机器学习
pyengine39 分钟前
基于pandoc的MarkDown格式与word相互转换小工具开发(pyqt5)
开发语言·python·qt·word
YuSun_WK1 小时前
配置MambaIRv2: Attentive State Space Restoration的环境
开发语言·python
Nick_zcy1 小时前
开发基于python的商品推荐系统,前端框架和后端框架的选择比较
开发语言·python·前端框架·flask·fastapi
小墙程序员1 小时前
机器学习入门(五)聚类算法
机器学习
一点.点2 小时前
李沐动手深度学习(pycharm中运行笔记)——04.数据操作
pytorch·笔记·python·深度学习·pycharm·动手深度学习
Niuguangshuo2 小时前
Python 设计模式:访问者模式
python·设计模式·访问者模式
Jamesvalley2 小时前
【Django】新增字段后兼容旧接口 This field is required
后端·python·django
Luck_ff08102 小时前
【Python爬虫详解】第四篇:使用解析库提取网页数据——BeautifuSoup
开发语言·爬虫·python
学渣676562 小时前
什么时候使用Python 虚拟环境(venv)而不用conda
开发语言·python·conda