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

相关推荐
花酒锄作田11 分钟前
[python]FastAPI-Tracking ID 的设计
python·fastapi
AI-智能23 分钟前
别啃文档了!3 分钟带小白跑完 Dify 全链路:从 0 到第一个 AI 工作流
人工智能·python·自然语言处理·llm·embedding·agent·rag
y***86691 小时前
C机器学习.NET生态库应用
人工智能·机器学习
ChoSeitaku1 小时前
线代强化NO20|矩阵的相似与相似对角化|综合运用
线性代数·机器学习·矩阵
d***95622 小时前
爬虫自动化(DrissionPage)
爬虫·python·自动化
APIshop2 小时前
Python 零基础写爬虫:一步步抓取商品详情(超细详解)
开发语言·爬虫·python
二川bro2 小时前
AutoML自动化机器学习:Python实战指南
python·机器学习·自动化
杨超越luckly2 小时前
基于 Overpass API 的城市电网基础设施与 POI 提取与可视化
python·数据可视化·openstreetmap·电力数据·overpass api
q***23573 小时前
python的sql解析库-sqlparse
数据库·python·sql
18你磊哥4 小时前
Django WEB 简单项目创建与结构讲解
前端·python·django·sqlite