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

相关推荐
月疯3 小时前
CNN卷积和反卷积输出的计算方法
深度学习·神经网络·cnn
夜雪一千3 小时前
Python enumerate() 函数完整详解:遍历同时获取索引,告别手动计数
服务器·windows·python
能有时光3 小时前
PyTorch KernelAgent 源码解读 ---(4)--- ExtractorAgent
人工智能·pytorch·python
直接冲冲冲3 小时前
鱼书-PH4-类的作用
深度学习
_Jimmy_4 小时前
Python 协程库如何使用以及有哪些使用场景
python
aqi004 小时前
15天学会AI应用开发(十七)使用LangGraph实现会话记忆功能
人工智能·python·大模型·ai编程·ai应用
第一程序员4 小时前
Rust Agent 子进程执行:Command 之前,先定义输入和超时
python·rust·github
skywalk81635 小时前
设计并实现段言的 C FFI 绑定机制 @Trae
c语言·开发语言·python·编程
weixin_BYSJ19875 小时前
SpringBoot + MySQL 乒乓球运动员信息管理系统项目实战--附源码04954
java·javascript·spring boot·python·django·flask·php
EQUINOX16 小时前
【论文阅读】| MoCo精读
论文阅读·人工智能·python·深度学习·机器学习