论文

分类:论文

2025-10-24

Systema

Title Systema: a framework for evaluating genetic perturbation response prediction beyond systematic variation Abstract 什么是系统变异 Systematic variation:the consistent transcriptional…

论文生物学习笔记类算法
↗
2025-10-24

Optimal Transport

# 最优传输 如何用最少的代价将一个质量分布转为另一个质量分布 ## Monge Let μ and ν be two measures in $\mathbb{R}^d$. The optimal transport problem by Monge is defined as $$\begin{equation} {\arg \min }_{T:{T}_…

论文生物学习笔记类算法
↗
2025-08-08

CellOT

Title Learning single-cell perturbation responses using neural optimal transport Abstract 本文一共干了三件事: predicting the scRNA-seq responses of holdout patients with lupus exposed to in…

论文生物学习笔记类算法
↗
2025-02-01

DeepST

DeepST: identifying spatial domains in spatial transcriptomics by deep learning Abstract DeepST can dissect spatial domains in cancer tissue at a finer scale. DeepST can not only e…

论文生物学习笔记类算法
↗
2024-12-06

scanpy数据使用笔记

Scanpy 是一个专门用于单细胞 RNA 测序 (scRNA-seq) 数据分析的 Python 库,它的核心数据结构是 AnnData (Annotated Data)。了解 AnnData 数据类型是使用 Scanpy 的关键。以下是对 AnnData 的详细介绍: 1. AnnData 的结构 AnnData 是一种基于矩阵的数据结构,专为处理大规模…

论文数据生物学习笔记类
↗
2024-11-21

STAGATE

STAGATE: Deciphering spatial domains from spatially resolved transcriptomics with an adaptive graph attention auto-encoder 主要利用了Graph Attention Network里面的方法,创建3D SNN时假设不同切片同一位置具有连续…

论文生物学习笔记类算法
↗
2024-11-11

SpaGCN

SpaGCN: Integrating gene expression, spatial location and histology to identify spatial domains and spatially variable genes by graph convolutional network. 主要利用了spage2vec方法对数据进行降维…

论文生物学习笔记类算法
↗
2024-09-27

What_is_A_Cell_Type

从这篇开始我就正式接触科研了,对于每一篇文章都尽量做一个良好的学习。会针对分析、概括、思考、代码等等方便对文章进行学习。主要起到一个确保自己当下学懂和未来能够用到的作用。 不苛求形式,即使博客本身形式性就很强。我会尽量做到更新,或以博客记录,或者把自己的电子手写稿粘贴上来。如果对我的内容有疑问,欢迎批评与指正。

论文论文笔记生物
↗