当前共找到 1242 篇文献分享,本页显示第 61 - 80 篇。
61.
哪有情可长
(2025-03-31 19:59):
#paper Resistance to Striga Parasitism through Reduction of Strigolactone Exudation. Cell 12 February 2025, DOI:10.1016/j.cell.2025.01.022. 首先发现高粱在缺磷的环境发现独脚金内酯分泌的多,建立缺磷处理体系后,对缺磷和正常材料进行转录组分析发现ABC转运蛋白家族编码的外排独脚金内酯的基因SbSLT1和SbSLT2高表达。后续利用分子实验鉴定其基因表达模式(qRT-PCR)、原位杂交等实验表明SbSLT1和SbSLT2主要在高粱根系表皮细胞表达,符合其外排SL到土壤中的功能特性。利用酵母、爪蟾卵母细胞以及拟南芥异源表达系统,证实了SbSLT1和SbSLT2均具有显著的SL转运活性。为深入解析SbSLT1和SbSLT2转运SL的分子机制,研究团队利用AlphaFold结合HOLE对SbSLT1和SbSLT2在细胞膜上形成的SL转运通道进行了预测,结合实验结果最终确定了SbSLT1-F693和SbSLT2-F642为关键氨基酸位点,进一步探究发现它们的同源蛋白SbSLT1-LIKE和SbSLT2-LIKE均不具备SL转运活性,强调了SbSLT1和SbSLT2在高粱ABCG家族转运蛋白中的SL转运功能特异性。同源蛋白SbSLT1-LIKE和SbSLT2-LIKE并不存在该保守氨基酸位点,这也解释了二者不具备SL转运活性的现象。通过蛋白序列比对发现,单子叶植物中SbSLT1和SbSLT2的同源蛋白与已知的双子叶SL转运蛋白均具有该保守苯丙氨酸位点,说明在单双子叶植物中可能存在保守的独脚金内酯转运机制。进一步构建高粱SbSLT1和SbSLT2基因编辑敲除株系进行功能验证,发现敲除突变体材料的根系分泌物中独脚金内酯含量较对照株系显著降低,且利用该分泌物处理独脚金种子,萌发率显著下降。田间小区实验发现突变掉SbSLT1和SbSLT2基因的高粱寄生率降低了67-94%以上,同时高粱的产量损失减少了49%-52%。
62.
Vincent
(2025-03-31 16:09):
#paper doi: https://doi.org/10.48550/arXiv.2503.00096 BixBench: a Comprehensive Benchmark for LLM-based Agents in Computational Biology 大语言模型在加速科学发现方面展现出了重要潜力。目前大语言模型智能体在生物信息领域的应用缺乏系统评估,这篇文章整理了近50个真实场景,约300个开放性问题来衡量基于大语言模型的智能体在解决复杂生信问题的能力,作者测试了两个前沿大语言模型(gpt 4o和claude 3.5 sonnet),发现这些模型在回答开放性问题的准确率都较低,回答多选问题的能力也并不比随机选择策略好。这篇文章的贡献在于提供了测试用例与评估框架,为更搭建性能更好的智能体打下了基础
arXiv,
2025-02-28T18:47:57Z.
DOI: 10.48550/arXiv.2503.00096
Abstract:
Large Language Models (LLMs) and LLM-based agents show great promise inaccelerating scientific research. Existing benchmarks for measuring thispotential and guiding future development continue to evolve from pure recalland rote knowledge …
>>>
Large Language Models (LLMs) and LLM-based agents show great promise inaccelerating scientific research. Existing benchmarks for measuring thispotential and guiding future development continue to evolve from pure recalland rote knowledge tasks, towards more practical work such as literature reviewand experimental planning. Bioinformatics is a domain where fully autonomousAI-driven discovery may be near, but no extensive benchmarks for measuringprogress have been introduced to date. We therefore present the BioinformaticsBenchmark (BixBench), a dataset comprising over 50 real-world scenarios ofpractical biological data analysis with nearly 300 associated open-answerquestions designed to measure the ability of LLM-based agents to explorebiological datasets, perform long, multi-step analytical trajectories, andinterpret the nuanced results of those analyses. We evaluate the performance oftwo frontier LLMs (GPT-4o and Claude 3.5 Sonnet) using a custom agent frameworkwe open source. We find that even the latest frontier models only achieve 17%accuracy in the open-answer regime, and no better than random in amultiple-choice setting. By exposing the current limitations of frontiermodels, we hope BixBench can spur the development of agents capable ofconducting rigorous bioinformatic analysis and accelerate scientific discovery.
<<<
翻译
63.
尹志
(2025-03-31 15:06):
#paper:doi:doi.org/10.48550/arXiv.2502.11974, Image Inversion: A Survey from GANs to Diffusion and Beyond(2025).
综述了image inversion常见的算法模型,很新,主要介绍了GAN和diffusion模型,也提了DiT和Rectified Flow框架。image inversion的核心问题涉及latent space, 对其它生成式AI的问题都非常重要。
arXiv,
2025-02-17T16:20:48Z.
DOI: 10.48550/arXiv.2502.11974
Abstract:
Image inversion is a fundamental task in generative models, aiming to mapimages back to their latent representations to enable downstream applicationssuch as editing, restoration, and style transfer. This paper provides …
>>>
Image inversion is a fundamental task in generative models, aiming to mapimages back to their latent representations to enable downstream applicationssuch as editing, restoration, and style transfer. This paper provides acomprehensive review of the latest advancements in image inversion techniques,focusing on two main paradigms: Generative Adversarial Network (GAN) inversionand diffusion model inversion. We categorize these techniques based on theiroptimization methods. For GAN inversion, we systematically classify existingmethods into encoder-based approaches, latent optimization approaches, andhybrid approaches, analyzing their theoretical foundations, technicalinnovations, and practical trade-offs. For diffusion model inversion, weexplore training-free strategies, fine-tuning methods, and the design ofadditional trainable modules, highlighting their unique advantages andlimitations. Additionally, we discuss several popular downstream applicationsand emerging applications beyond image tasks, identifying current challengesand future research directions. By synthesizing the latest developments, thispaper aims to provide researchers and practitioners with a valuable referenceresource, promoting further advancements in the field of image inversion. Wekeep track of the latest works at https://github.com/RyanChenYN/ImageInversion
<<<
翻译
64.
白鸟
(2025-03-31 14:35):
#paper:doi:doi.org/10.1038/s41588-024-01883-8, MHC Hammer reveals genetic and non-genetic HLA disruption in cancer evolution Nat Genet(2024).
通过HLA分子呈递肿瘤新生抗原对于实现肿瘤免疫治疗至关重要。但肿瘤的免疫识别可能会因HLA分子被破坏而受到抑制。HLA被破坏的不同类型(突变、LOH、抑制和可变剪接)在癌症中很常见。
1.检测工具:作者开发了一个工具 MHC Hammer,检测MHC杂合性缺失(LOH) 、等位基因特异性突变及测量HLA表达和抑制。
2.肿瘤HLA变化:肺癌和乳腺癌队列中破坏性的HLA突变很少见,但HLA等位基因的LOH、抑制和肿瘤富集的可变剪接却很普遍。这突出了HLA转录组损坏的程度及其重要性,和HLA抑制和可变剪接在癌症进化中的作用。
3.HLA抑制与甲基化:HLA抑制和替代剪接事件的潜在机制可能是表观遗传。发现甲基化和HLA基因表达之间存在很强的关联。
4.展望:HLA替代剪接和抑制在多大程度上代表一种泛癌症免疫逃避机制需要更多的研究。
Nature Genetics,
2024-10.
DOI: 10.1038/s41588-024-01883-8
Abstract:
AbstractDisruption of the class I human leukocyte antigen (HLA) molecules has important implications for immune evasion and tumor evolution. We developed major histocompatibility complex loss of heterozygosity (LOH), allele-specific mutation …
>>>
AbstractDisruption of the class I human leukocyte antigen (HLA) molecules has important implications for immune evasion and tumor evolution. We developed major histocompatibility complex loss of heterozygosity (LOH), allele-specific mutation and measurement of expression and repression (MHC Hammer). We identified extensive variability in HLA allelic expression and pervasive HLA alternative splicing in normal lung and breast tissue. In lung TRACERx and lung and breast TCGA cohorts, 61% of lung adenocarcinoma (LUAD), 76% of lung squamous cell carcinoma (LUSC) and 35% of estrogen receptor-positive (ER+) cancers harbored class I HLA transcriptional repression, while HLA tumor-enriched alternative splicing occurred in 31%, 11% and 15% of LUAD, LUSC and ER+ cancers. Consistent with the importance of HLA dysfunction in tumor evolution, in LUADs, HLA LOH was associated with metastasis and LUAD primary tumor regions seeding a metastasis had a lower effective neoantigen burden than non-seeding regions. These data highlight the extent and importance of HLA transcriptomic disruption, including repression and alternative splicing in cancer evolution.
<<<
翻译
65.
燕赵孤侠
(2025-03-31 11:26):
#paper doi:10.3969/j.issn.1000-0844.2014.03.0599 《川滇地区中小地震震源机制解及构造应力场的研究 》
对于川滇地区底壳环境,他们算出哪些断层现在压力大,再结合以往压力模型,能像天气预报一样实时盯着这些高危地段。能快速判断今年发生的地震是滑着走还是上下跳。就是要要给川滇地壳做了个健康监测系统,做到对防灾减灾心里更有数
66.
李翛然
(2025-03-31 10:04):
#paper doi:doi.org/10.1038/s41467-025-58038-4 Robust enzyme discovery and engineering with deep learning using CataPro.
深度学习赋能酶工程——CataPro模型
1. 研究背景与挑战
酶作为高效生物催化剂在工业中应用广泛,但野生酶性能不足且传统改造方法成本高、效率低。现有深度学习模型在酶动力学参数(如kcat、Km)预测中存在数据偏差和泛化能力不足的问题,阻碍了理性设计进程。
2. 模型创新与优势
研究团队开发的CataPro模型通过整合预训练语言模型(如ProtT5、MolT5)与分子指纹,显著提升了酶动力学参数的预测精度。其核心突破在于采用无偏十折交叉验证数据集(按序列相似性聚类划分),避免模型对训练数据的“记忆性”过拟合,泛化能力优于现有工具。
3. 实际应用验证
在香兰素生物合成案例中,CataPro成功挖掘出活性提升的SsCSO酶,并通过预测指导突变设计获得活性提高3.34倍的突变体。这一成果展示了模型在酶定向进化与工业酶库筛选中的实用性,为生物制造提供高效工具。
4. 局限与未来方向
当前模型对复杂催化机制的表征仍有不足,且kcat预测精度受限于数据覆盖度。未来需融合更多物理化学机制特征,并拓展反应类型数据以增强普适性。
5. 总结评价
CataPro通过深度学习与无偏数据策略的结合,为酶工程提供了高可信度预测工具,推动生物催化从经验驱动向数据驱动转型。其成功案例为绿色化工、合成生物学等领域的高效酶设计开辟了新路径,标志着AI在生物制造中的深度渗透。
Nature Communications,
2025-3-20.
DOI: 10.1038/s41467-025-58038-4
Abstract:
Abstract Accurate prediction of enzyme kinetic parameters is crucial for enzyme exploration and modification. Existing models face the problem of either low accuracy or poor generalization ability due to overfitting. …
>>>
Abstract Accurate prediction of enzyme kinetic parameters is crucial for enzyme exploration and modification. Existing models face the problem of either low accuracy or poor generalization ability due to overfitting. In this work, we first developed unbiased datasets to evaluate the actual performance of these methods and proposed a deep learning model, CataPro, based on pre-trained models and molecular fingerprints to predict turnover number (k c a t ), Michaelis constant (K m ), and catalytic efficiency (k c a t /K m ). Compared with previous baseline models, CataPro demonstrates clearly enhanced accuracy and generalization ability on the unbiased datasets. In a representational enzyme mining project, by combining CataPro with traditional methods, we identified an enzyme (SsCSO) with 19.53 times increased activity compared to the initial enzyme (CSO2) and then successfully engineered it to improve its activity by 3.34 times. This reveals the high potential of CataPro as an effective tool for future enzyme discovery and modification.
<<<
翻译
67.
颜林林
(2025-03-26 13:02):
#paper doi:10.1002/mco2.315, MedComm, 2023, Applications of multi-omics analysis in human diseases. 最近我正在做一些多组学数据分析相关的任务,正好翻到这篇综述读了读,用以增强自己对多组学相关技术及分析方法的宏观认识。这篇综述全面介绍了多组学分析在人类疾病研究中的应用,通过整合基因组学、转录组学、蛋白质组学、代谢组学等多种组学数据,既能帮助更深入地理解疾病的发生和发展机制,也能在生物标志物和靶点研究、神经退行性疾病、衰老研究等方面发挥作用。至于分析方法,大致包括两类策略:一是根据相关性或共同映射构建生物网络,揭示分子间相互作用和调控关系;一是使用机器学习或深度学习方法挖掘高维数据,筛选特征或建立预测模式。顺带提一句,这文章已经发表快两年,但在正文Fig 1中的错别字(把MRI错写成MIR)也仍未修正过来。
MedComm,
2023-8.
DOI: 10.1002/mco2.315
Abstract:
AbstractMulti‐omics usually refers to the crossover application of multiple high‐throughput screening technologies represented by genomics, transcriptomics, single‐cell transcriptomics, proteomics and metabolomics, spatial transcriptomics, and so on, which play a great …
>>>
AbstractMulti‐omics usually refers to the crossover application of multiple high‐throughput screening technologies represented by genomics, transcriptomics, single‐cell transcriptomics, proteomics and metabolomics, spatial transcriptomics, and so on, which play a great role in promoting the study of human diseases. Most of the current reviews focus on describing the development of multi‐omics technologies, data integration, and application to a particular disease; however, few of them provide a comprehensive and systematic introduction of multi‐omics. This review outlines the existing technical categories of multi‐omics, cautions for experimental design, focuses on the integrated analysis methods of multi‐omics, especially the approach of machine learning and deep learning in multi‐omics data integration and the corresponding tools, and the application of multi‐omics in medical researches (e.g., cancer, neurodegenerative diseases, aging, and drug target discovery) as well as the corresponding open‐source analysis tools and databases, and finally, discusses the challenges and future directions of multi‐omics integration and application in precision medicine. With the development of high‐throughput technologies and data integration algorithms, as important directions of multi‐omics for future disease research, single‐cell multi‐omics and spatial multi‐omics also provided a detailed introduction. This review will provide important guidance for researchers, especially who are just entering into multi‐omics medical research.
<<<
翻译
68.
DeDe宝
(2025-03-26 11:33):
#paper doi: 10.1101/2024.05.11.593696 bioRxiv, 2025,Prioritizing working memory resources depends on prefrontal cortex工作记忆指的是我们在短时间内存储并处理信息的能力,对记忆的处理包括根据优先级分配工作记忆资源。此前研究指出前额叶皮层与工作记忆存储相关,但是否与记忆处理相关尚不明确。该研究中通过经颅磁刺激(TMS)技术研究了sPCS在工作记忆资源分配中的作用。实验发现,TMS干扰sPCS会破坏工作记忆资源的优先级分配,使得对低优先级项目的记忆表现意外地提高。具体来说,当sPCS的特征选择性活动受到干扰时,原本应该分配更多资源给高优先级项目的机制被破坏,导致资源分配更加均衡,从而提高了低优先级项目的记忆表现。这种现象支持了dlPFC(特别是sPCS)在工作记忆资源分配中的控制功能,而不是单纯的存储功能。
bioRxiv,
2024-10-27.
DOI: 10.1101/2024.05.11.593696
Abstract:
ABSTRACTHow the prefrontal cortex contributes to working memory remains controversial, as theories differ in their emphasis on its role in storing memories versus controlling their content. To adjudicate between these …
>>>
ABSTRACTHow the prefrontal cortex contributes to working memory remains controversial, as theories differ in their emphasis on its role in storing memories versus controlling their content. To adjudicate between these competing ideas, we tested how perturbations to the human (both sexes) lateral prefrontal cortex impact the storage and control aspects of working memory during a task that requires human subjects to allocate resources to memory items based on their behavioral priority. Our computational model made a strong prediction that disruption of this control process would counterintuitively improve memory for low-priority items. Remarkably, transcranial magnetic stimulation of retinotopically-defined superior precentral sulcus, but not intraparietal sulcus, unbalanced the prioritization of resources, improving memory for low-priority items as predicted by the model. Therefore, these results provide direct causal support for models in which the prefrontal cortex controls the allocation of resources that support working memory, rather than simply storing the features of memoranda.SIGNIFICANCE STATEMENTAlthough higher-order cognition depends on working memory, the resources that support our memory are severely limited in capacity. To mitigate this limitation, we allocate memory resources according to the behavioral relevance of items. Nonetheless, the neural basis of these abilities remain unclear. Here, we tested the hypothesis that a region in lateral prefrontal cortex controls prioritization in working memory. Indeed, perturbing this region with transcranial magnetic stimulation disrupted the prioritization of working memory resources. Our results provide causal evidence for the hypothesis that prefrontal cortex primarily controls the allocation of memory resources, rather than storing the contents of working memory.
<<<
翻译
69.
徐炳祥
(2025-03-25 21:42):
#paper doi:10.1186/s13059-025-03526-5 Genome Biology, 2025, ASPM mediates nuclear entrapment of FOXM1 via liquid-liquid phase separation to promote progression of hepatocarcinoma。相分离(LLPS)在肿瘤发生发展中的作用是当前相关研究的热门课题。FOXM1是肝癌(HCC)发展的重要标志物,然而其机制尚不明确。本文作者在FOXM1的上下游中筛选了可能与其发生蛋白-蛋白相互作用的基因产物,锁定了基因ASPM,实验和生物信息学均证实ASPM和FOXM1的结合可促使其发生LLPS。细胞和肿瘤移植实验均证实ASPM水平的高低与HCC进展间存在显著的正相关关系。进一步的发现ASPM的存在保护了FOXM1免受降解。最后,作者发现在ASPM的启动子上存在FOXM1的结合位点,二者构成双正反馈表达回路。本文是一项标准的LLPS研究,对学习和掌握LLPS相关实验和分析技术有一定借鉴意义。同时也为肿瘤研究打开了新思路。
70.
刘昊辰
(2025-03-19 16:41):
#paper Implementing the AlphaZero algorithm for Connect Four A deep reinforcement learning approach. 这是一篇关于如何将DeepMind的AlphaZero算法应用于Connect Four(四连棋)游戏的研究论文。论文成功地将AlphaZero算法应用于Connect Four游戏,展示了深度强化学习在复杂棋类游戏中的潜力。下载地址:https://www.researchgate.net/publication/377943555_Implementing_the_AlphaZero_algorithm_for_Connect_Four_A_deep_reinforcement_learning_approach/fulltext/65be3687790074549760c1bc/Implementing-the-AlphaZero-algorithm-for-Connect-Four-A-deep-reinforcement-learning-approach.pdf?_tp=eyJjb250ZXh0Ijp7ImZpcnN0UGFnZSI6InB1YmxpY2F0aW9uIiwicGFnZSI6InB1YmxpY2F0aW9uIn19
Applied and Computational Engineering,
2024-2-4.
DOI: 10.54254/2755-2721/33/20230228
Abstract:
The realm of board games presents a challenging domain for the application of artificial intelligence (AI), given their vast state-action space and inherent complexity. This paper explores the development of …
>>>
The realm of board games presents a challenging domain for the application of artificial intelligence (AI), given their vast state-action space and inherent complexity. This paper explores the development of a proficient AI for Connect Four using DeepMind's AlphaZero algorithm. The algorithm employs a policy-value network for concurrent prediction of action probabilities and state values, and Monte Carlo Tree Search (MCTS) for decision-making, guided by the policy-value network. Through extensive self-play and data augmentation, our AI learns without the need for explicit prior knowledge. Our experiment demonstrated that the AI player showed significant capability in playing Connect Four, exhibiting strategic decision-making that sometimes-surpassed human performance. These results underline the potential of deep reinforcement learning in advancing AI performance in complex board games.
<<<
翻译
71.
惊鸿
(2025-03-16 16:46):
#paper Hyperactive histone genes fuel cancer
Pub Date : 2025-03-13
DOI : 10.1038/s41588-025-02145-x
许多癌症类型在整个基因组中表现出非常高水平的转录,这与不良的临床结果相关。为了更好地了解这种现象,Henikoff 等人在靶向可及染色质 (CUTAC) 方法下使用福尔马林固定石蜡包埋 (FFPE) 切割来研究多种癌症样本中 RNA 聚合酶 II (Pol II) 在全基因组范围内的结合。他们在小鼠神经胶质瘤和各种人类肿瘤(乳腺癌、结肠癌、肝脏癌、直肠癌和胃癌)中观察到 Pol II 整体升高。局部 Pol II 增加对应于乳腺癌和结肠癌中的新发 ERBB2 (也称为 HER2) 扩增。有趣的是,在脑膜瘤中发现了 S 期依赖性组蛋白基因的高 Pol II 水平,并与世界卫生组织 (WHO) 等级、快速复发率和全臂染色体丢失相关。脑膜瘤和乳腺癌组蛋白基因 Pol II 的增加表明组蛋白水平可能对 S 期进展至关重要。作者推测,组蛋白基因高转录可能会促进癌细胞的异常增殖,并且过量的 H3 组蛋白可能与着丝粒处的 CENP-A 组蛋白竞争,最终导致癌症中的高非整倍体发生率。
Nature Genetics,
2025-3.
DOI: 10.1038/s41588-025-02145-x
Abstract:
No abstract available.
72.
龙海晨
(2025-03-10 20:43):
#paper Li W, Ma G, Deng Y, Wu Q, Wang Z, Zhou Q. Artesunate exhibits synergistic anti-cancer effects with cisplatin on lung cancer A549 cells by inhibiting MAPK pathway. Gene. 2021 Jan 15;766:145134. doi: 10.1016/j.gene.2020.145134. Epub 2020 Sep 6. PMID: 32898605.这篇文章讲述了青蒿琥酯 (Artesunate,ART)联合顺铂(cisplatin,CIS) 的抗肿瘤作用。青蒿琥酯 (ART) 是一种已在全球范围内广泛用作抗疟疾药物。作者使用肺癌 A549细胞系研究发现,ART 增加剂量或增加时间的方式显着抑制细胞增殖。ART 与顺铂联合使用效果更加明显。与单一处理相比,联合处理显著降低了集落形成率,并增加了 TUNEL 阳性细胞的发生率。机制上,联合处理影响 Bcl-2 、 Bax 、 p-P53 、 Caspase-3/7 、 Caspase-9 、 CyclinB1 、 P34 、 P21 的表达,并协同调节 P38/JNK/ERK1/2 MAPK 通路的活性。
Abstract:
BACKGROUND: Artesunate (ART) has been used extensively as anti-malarial drugs worldwide. Besides, it has also been reported to have anti-cancer activities. This study was aimed to explore the anti-cancer activity …
>>>
BACKGROUND: Artesunate (ART) has been used extensively as anti-malarial drugs worldwide. Besides, it has also been reported to have anti-cancer activities. This study was aimed to explore the anti-cancer activity of ART in combination with cisplatin (CIS) on A549 cells.METHODS: Cells were cultured with different concentrations of ART and/or CIS for 24, 48, or 72 h to test the anti-proliferative effects by CCK-8 assay. Colony formation assay and EdU staining were also performed. TUNEL staining was used to illustrate the morphologic changes. Cell cycle and apoptosis were determined by flow cytometry assay, and Western blot analysis was conducted to detect the expression of apoptosis- and proliferation-related proteins. Caspase activities were determined by colorimetric assay kit. Moreover, the synergistic effect of ART with CIS in A549 cell xenograft model was also determined.RESULTS: ART significantly inhibited cell proliferation in dose- and time-dependent manners. Collectively, the combination treatment remarkably decreased colony formation rates and increased the rates of TUNEL-positive cells compared with mono-treatment. Mechanistically, the combination treatment influenced the expression of Bcl-2, Bax, p-P53, Caspase-3/7, Caspase-9, CyclinB1, P34, P21, and synergistically regulated the activity of P38/JNK/ERK1/2 MAPK pathway. In mice A549 xenograft tumors, the combination strategy significantly increased the anti-cancer efficacy of ART and CIS alone, consistent with the in vitro observations.CONCLUSIONS: ART exhibited significant anti-tumor effect on A549 cells and this efficiency could be enhanced by combination with CIS.
<<<
翻译
73.
孤舟蓑笠翁
(2025-03-05 21:45):
#paper 【doi】10.1038/s41586-024-07954-4;【发表年份】2024年;【期刊】Nature;【标题】Temporal recording of mammalian development and precancer。该研究旨在突破传统细胞事件追踪技术的局限性,通过开发基于CRISPR的单细胞分子钟平台,实现哺乳动物发育和肿瘤起源的精准时空记录。研究者利用自突变CRISPR条形码技术,在单细胞水平同步捕获基因表达和遗传变异信息,系统解析了小鼠胚胎器官形成过程中细胞增殖、分化和克隆动态,揭示出肠道发育中未被识别的新型祖细胞群体及其功能特征。进一步将此技术应用于人类结直肠癌前病变样本(包含116个息肉的转录组和418个息肉的突变组数据),首次证实约15-30%的腺瘤起源于多个独立正常干细胞,挑战了传统单克隆致癌假说,为癌症早期起源机制研究提供了多维证据支持。
74.
孤舟蓑笠翁
(2025-03-02 17:41):
#paper doi:10.1038/s41587-024-02248-6;发表年份:2024;期刊:Nature Biotechnology;标题:High-throughput discovery of MHC class I- and II-restricted T cell epitopes using synthetic cellular circuits。传统抗原检测技术依赖人类原代T细胞,只能识别少数MHC类型(如人类MHC I类),且无法高效分析低亲和力抗原或跨物种(如小鼠)模型。为了解决这些问题,本研究开发了名为TCR-MAP的新技术,其核心是通过基因工程改造Jurkat细胞(一种实验室常用的T细胞系),使其携带特定T细胞受体(TCR)和一个名为Sortase A的酶;当TCR识别到抗原呈递细胞(如病毒感染的细胞或肿瘤细胞)表面的抗原肽-MHC复合物时,Sortase A会被激活,并在靶细胞表面打上生物素“标记”,随后通过磁珠富集这些标记细胞并测序解析抗原。实验证明,该技术能同时兼容人类和小鼠的MHC I/II类抗原,成功识别了CMV病毒抗原、肿瘤抗原(如CTAG1B)以及自身免疫疾病相关抗原(如心脏中的CKMT2),检测灵敏度达到微摩尔级(可发现极微量的抗原),且无需依赖不稳定的原代T细胞。这一平台为病毒逃逸研究、肿瘤疫苗开发和自身免疫病机制解析提供了高效工具,未来还可扩展至脂类等非蛋白抗原的检测。
Nature Biotechnology,
2024-7-2.
DOI: 10.1038/s41587-024-02248-6
Abstract:
AbstractAntigen discovery technologies have largely focused on major histocompatibility complex (MHC) class I-restricted human T cell receptors (TCRs), leaving methods for MHC class II-restricted and mouse TCR reactivities relatively undeveloped. …
>>>
AbstractAntigen discovery technologies have largely focused on major histocompatibility complex (MHC) class I-restricted human T cell receptors (TCRs), leaving methods for MHC class II-restricted and mouse TCR reactivities relatively undeveloped. Here we present TCR mapping of antigenic peptides (TCR-MAP), an antigen discovery method that uses a synthetic TCR-stimulated circuit in immortalized T cells to activate sortase-mediated tagging of engineered antigen-presenting cells (APCs) expressing processed peptides on MHCs. Live, tagged APCs can be directly purified for deconvolution by sequencing, enabling TCRs with unknown specificity to be queried against barcoded peptide libraries in a pooled screening context. TCR-MAP accurately captures self-reactivities or viral reactivities with high throughput and sensitivity for both MHC class I-restricted and class II-restricted TCRs. We elucidate problematic cross-reactivities of clinical TCRs targeting the cancer/testis melanoma-associated antigen A3 and discover targets of myocarditis-inciting autoreactive T cells in mice. TCR-MAP has the potential to accelerate T cell antigen discovery efforts in the context of cancer, infectious disease and autoimmunity.
<<<
翻译
75.
Kunji
(2025-02-28 23:59):
#paper, https://arxiv.org/pdf/2410.05273, HiRT: Enhancing Robotic Control with Hierarchical Robot Transformers, VLA依赖于数十亿参数的VLM,虽然具有强大的泛化能力,但计算成本高、推理速度慢,限制了其在动态任务中的应用。为了解决这些局限性,文章提出了HiRT框架(Hierarchical Robot Transformer framework),借鉴了人类认知的双过程理论,采用双系统架构和异步操作机制,实现频率与性能之间的平衡。在模拟和真实环境中的实验结果表明,HiRT取得了显著的改进。在静态任务中,控制频率提高了一倍,并实现了相当的成功率。此外,在之前VLA模型难以应对的真实世界动态操作任务中,HiRT将成功率从48%提高到了75%。
arXiv,
2024-09-12T09:18:09Z.
DOI: 10.48550/arXiv.2410.05273
Abstract:
Large Vision-Language-Action (VLA) models, leveraging powerful pre trainedVision-Language Models (VLMs) backends, have shown promise in robotic controldue to their impressive generalization ability. However, the success comes at acost. Their reliance …
>>>
Large Vision-Language-Action (VLA) models, leveraging powerful pre trainedVision-Language Models (VLMs) backends, have shown promise in robotic controldue to their impressive generalization ability. However, the success comes at acost. Their reliance on VLM backends with billions of parameters leads to highcomputational costs and inference latency, limiting the testing scenarios tomainly quasi-static tasks and hindering performance in dynamic tasks requiringrapid interactions. To address these limitations, this paper proposes HiRT, aHierarchical Robot Transformer framework that enables flexible frequency andperformance trade-off. HiRT keeps VLMs running at low frequencies to capturetemporarily invariant features while enabling real-time interaction through ahigh-frequency vision-based policy guided by the slowly updated features.Experiment results in both simulation and real-world settings demonstratesignificant improvements over baseline methods. Empirically, in static tasks,we double the control frequency and achieve comparable success rates.Additionally, on novel real-world dynamic ma nipulation tasks which arechallenging for previous VLA models, HiRT improves the success rate from 48% to75%.
<<<
翻译
76.
钟鸣
(2025-02-28 23:59):
#paper doi:10.1177/1098612X221128760 2022 AAFP/ISFM Cat Friendly Veterinary Interaction Guidelines: Approach and Handling Techniques
介绍了(兽医)跟猫互动时的一些技巧,包括触摸猫时手指弯曲做出温柔的样子,避免有浓烈的香水、其他动物的味道来刺激猫的嗅觉;对猫眨眼更会让猫放松和平静;它们喜欢被触摸的部位是头部和颈部,尤其是面部腺体区域,这些腺体会产生用于面部摩擦的信息素;2-9周龄期间被人照料的经历很大程度上能影响猫与人类的亲近程度。以及其他与猫互动的原则及环境的影响。
Journal of Feline Medicine and Surgery,
2022-11.
DOI: 10.1177/1098612X221128760
Abstract:
Practical relevance: The ‘2022 AAFP/ISFM Cat Friendly Veterinary Interaction Guidelines: Approach and Handling Techniques’ (hereafter the ‘Cat Friendly Veterinary Interaction Guidelines’) support veterinary professionals with feline interactions and handling to …
>>>
Practical relevance: The ‘2022 AAFP/ISFM Cat Friendly Veterinary Interaction Guidelines: Approach and Handling Techniques’ (hereafter the ‘Cat Friendly Veterinary Interaction Guidelines’) support veterinary professionals with feline interactions and handling to reduce the impact of fear and other protective (negative) emotions, in so doing enhancing feline welfare and In implementing these Guidelines, team satisfaction and cat caregiver confidence in the veterinary team will increase as the result of efficient examinations, better experience, more reliable diagnostic testing and improved feline wellbeing. Veterinary professionals will learn the importance of understanding and appropriately responding to the current emotional state of the cat and tailoring each visit to the individual. Clinical challenges: Cats have evolved with emotions and behaviors that are necessary for their survival as both a predator and prey species. A clinical setting and the required examinations and procedures to meet their physical health needs can result in behavioral responses to protective emotions. Cat friendly interactions require understanding, interpreting and appropriately responding to cats’ emotional states and giving them a perceived sense of control while performing the required assessment. Evidence base: These Guidelines have been created by a Task Force of experts convened by the American Association of Feline Practitioners and the International Society of Feline Medicine, based on an extensive literature review and, where evidence is lacking, the authors’ experience. Endorsements: These Guidelines have been endorsed by a number of groups and organizations, as detailed on page 1127 and at catvets.com/interactions and icatcare.org/cat-friendly-guidelines .
<<<
翻译
77.
符毓
(2025-02-28 23:00):
#paper doi.org/10.48550/arXiv.2411.13677, 2024, Bimanual Dexterity for Complex Tasks. 遥操作是机器人获取数据的重要方式。文章介绍了一种便携、低成本(总成本约12k美元,其中5k的手,7k的系统;可额外配合双机械臂16k)且极其精确的双手人形机器人手臂系统遥操作方法,展示了该系统在桌面和移动环境中的适用性,并展示了它在执行双手灵巧任务时相较于其他方法(如 SteamVR 和 Vision Pro等)的高效性。但由于缺乏触觉反馈,操作员只能依赖视觉反馈进行遥操作,无法感知机器人手臂的感觉
arXiv,
2024-11-20T19:53:35Z.
DOI: 10.48550/arXiv.2411.13677
Abstract:
To train generalist robot policies, machine learning methods often require asubstantial amount of expert human teleoperation data. An ideal robot forhumans collecting data is one that closely mimics them: bimanual …
>>>
To train generalist robot policies, machine learning methods often require asubstantial amount of expert human teleoperation data. An ideal robot forhumans collecting data is one that closely mimics them: bimanual arms anddexterous hands. However, creating such a bimanual teleoperation system withover 50 DoF is a significant challenge. To address this, we introduce Bidex, anextremely dexterous, low-cost, low-latency and portable bimanual dexterousteleoperation system which relies on motion capture gloves and teacher arms. Wecompare Bidex to a Vision Pro teleoperation system and a SteamVR system andfind Bidex to produce better quality data for more complex tasks at a fasterrate. Additionally, we show Bidex operating a mobile bimanual robot for in thewild tasks. The robot hands (5k USD) and teleoperation system (7k USD) isreadily reproducible and can be used on many robot arms including two xArms(16k USD). Website at https://bidex-teleop.github.io/
<<<
翻译
78.
薛定谔的猫
(2025-02-28 22:53):
#paper DOI: 10.1038/s41591-025-03517-w
Artificial intelligence for individualized treatment of persistent atrial fibrillation: a randomized controlled trial。心房颤动是最常见的心律失常之一,传统上基于解剖的心脏射频消融术有复发率高的缺点。TAILORED-AF是一项多中心RCT研究,旨在比较传统肺静脉隔离(PVI)与PVI基础上联合人工智能(基于一种识别电活动时空离散区的算法Volta AF Xplorer)两种术式的复发率。研究的主要终点为单次消融术后12月无房颤复发,次要终点为无任何房性心律失常事件,安全性终点为死亡、脑血管事件或治疗相关严重不良事件。在主要终点上个体化消融组显著优于解剖消融组(88%比70%,p<0.0001),在次要终点和安全性终点上两组无显著差异。
Nature Medicine,
2025-2-14.
DOI: 10.1038/s41591-025-03517-w
Abstract:
Abstract Although pulmonary vein isolation (PVI) has become the cornerstone ablation procedure for atrial fibrillation (AF), the optimal ablation procedure for persistent and long-standing persistent AF remains elusive. Targeting spatio-temporal …
>>>
Abstract Although pulmonary vein isolation (PVI) has become the cornerstone ablation procedure for atrial fibrillation (AF), the optimal ablation procedure for persistent and long-standing persistent AF remains elusive. Targeting spatio-temporal electrogram dispersion in a tailored procedure has been suggested as a potentially beneficial alternative to a conventional PVI-only procedure. In this multicenter, randomized, controlled, double-blind, superiority trial, patients with drug-refractory persistent AF were randomly assigned to a tailored ablation procedure targeting areas of spatio-temporal dispersion, as detected by an artificial intelligence (AI) algorithm, in addition to PVI (tailored arm, n = 187, 23% women) or to a conventional PVI-only procedure (anatomical arm, n = 183, 19% women). The primary efficacy endpoint was freedom from documented AF with or without antiarrhythmic drugs at 12 months after a single ablation procedure. Secondary endpoints included freedom from any atrial arrhythmic events, and the secondary composite safety endpoint consisted of death, cerebrovascular events, or treatment-related serious adverse events. One year post-procedure, the trial met its primary efficacy endpoint, which was achieved in 88% of patients in the tailored arm compared with 70% of patients in the anatomical arm (log-rank P < 0.0001 for superiority). However, no significant difference between arms was observed for the freedom from any atrial arrhythmia endpoint after one ablation. The safety endpoint did not differ between arms, with procedure and ablation times being twice as long in the tailored arm. These results show that AI-guided ablation of spatio-temporal dispersion areas in addition to PVI is superior to PVI alone in eliminating AF at 1-year follow-up in patients with persistent and long-standing persistent AF. Ablation of subsequent organized atrial tachycardias may be needed to maintain sinus rhythm long term. ClinicalTrials.gov identifier: NCT04702451.
<<<
翻译
79.
庞庞
(2025-02-28 22:43):
#paper doi: 10.1038/s41467-024-55008-0 Edge-centric connectome-genetic markers of bridging factor to comorbidity between depression and anxiety 疾病的症状存在共病情况(很多项的得分有高相关),作者通过构建症状评分矩阵得到了高中心度的症状,进而对这些症状进行因子分析,得到了共病因子cb factor,作者探究了该因子背后的神经机制以及基因表达情况。
Nature Communications,
2024-12-4.
DOI: 10.1038/s41467-024-55008-0
Abstract:
No abstract available.
80.
muton
(2025-02-28 22:33):
#paper: Two-dimensional neural geometry underpins hierarchical organization of sequence in human working memory. https://doi.org/10.1038/s41562-024-02047-8 工作记忆不仅仅是简单地存储信息,而是通过将复杂序列重组为分层的、嵌入的块(chunks)来优化信息存储和提取。例如,记忆电话号码或单词时,人们会将它们分组为更大的单元(如多音节词)。研究假设,这种分层重组在神经层面上表现为二维的神经表征几何结构,其中一个维度编码块内的项目位置(局部顺序),另一个维度编码块在序列中的位置(全局顺序)。研究通过三个实验(两个脑电图实验EEG和一个脑磁图实验MEG)来验证这一假设。研究发现,工作记忆中的音节序列确实以二维的神经表征几何结构进行编码,其中一个维度编码局部顺序(项目在块内的位置),另一个维度编码全局顺序(块在序列中的位置)。这种二维几何结构在不同的实验设置中一致出现,即使任务不鼓励分层重组。这种二维神经表征几何与工作记忆行为相关,支持了分层重组在工作记忆中的重要性。
Nature Human Behaviour,
2024-11-7.
DOI: 10.1038/s41562-024-02047-8
Abstract:
No abstract available.