当前共找到 1483 篇文献分享,本页显示第 561 - 580 篇。
561.
钟鸣 (2024-03-31 00:55):
#paper doi: 10.1111/j.1467-8624.2008.01164.x Social and Cognitive Correlates of Children’s Lying Behavior 命令孩子在独处时不要触碰玩具,他能否做到?又是否会承认?这是研究儿童说谎的常用办法。约四成的3岁儿童会说谎,这一比例在5-7岁儿童中更高。相应的,3岁儿童的圆谎能力(语义泄漏控制)很弱,但一半的六七岁的儿童已经发展了这个能力。此外,儿童圆谎能力越弱,表明其抑制控制盒工作记忆越差,而儿童对说谎的道德概念比较弱,但是道德认识越强的儿童说谎的概率越低。
IF:3.900Q1 Child development, 2008 Jul-Aug. DOI: 10.1111/j.1467-8624.2008.01164.x PMID: 18717895
Victoria Talwar, Kang Lee
Abstract:
The relation between children's lie-telling and their social and cognitive development was examined. Children (3-8 years) were told not to peek at a toy. Most children peeked and later lied about peeking. Children's subsequent verbal statements were not always consistent with their initial denial and leaked critical information revealing their deceit. Children's conceptual moral understanding of lies, executive functioning, and theory-of-mind understanding were also assessed. Children's initial false denials were related to their first-order belief understanding and their inhibitory control. … >>>
The relation between children's lie-telling and their social and cognitive development was examined. Children (3-8 years) were told not to peek at a toy. Most children peeked and later lied about peeking. Children's subsequent verbal statements were not always consistent with their initial denial and leaked critical information revealing their deceit. Children's conceptual moral understanding of lies, executive functioning, and theory-of-mind understanding were also assessed. Children's initial false denials were related to their first-order belief understanding and their inhibitory control. Children's ability to maintain their lies was related to their second-order belief understanding. Children's lying was related to their moral evaluations. These findings suggest that social and cognitive factors may play an important role in children's lie-telling abilities. <<<
562.
林海onrush (2024-03-14 18:48):
#paper, Deep attention fuzzy cognitive maps for interpretable multivariate time series prediction, doi: https://doi.org/10.1016/j.knosys.2023.110700, 尽管时间序列预测被广泛用于估计各行业复杂系统的未来状态,但准确、可解释和可推广的方法在用于进行长期非平稳预测时仍然受到限制。为此,本文提出了深度注意力模糊认知图谱(DAFCM),它由时空模糊认知图谱(STFCM)、长短期记忆(LSTM)神经网络、时间模糊认知图谱(TFCM)和残差结构组成。首先,改进的注意机制用于构建时空模糊认知图,捕捉节点对的空间相关性和各个节点的时间相关性。其次,将通过STFCM更新的节点状态输入到LSTM中,捕捉这些序列的长期趋势,改进时间注意力的 TFCM 应用于时间序列中的非平稳问题。最后,我们将先前节点的状态值添加到 DAFCM 中,并通过线性变换构建残差结构,以防止长期反向传播中的梯度爆炸和梯度消失。通过结合模糊认知图(FCM)的可解释性和深度学习的高预测精度,DAFCM可用于完成多领域的多变量长期非平稳时间序列预测等任务,其有效性通过6个公开验证跨越 9 个基线的数据集。我们将先前节点的状态值添加到 DAFCM 中,并通过线性变换构建残差结构,以防止长期反向传播中的梯度爆炸和梯度消失。通过结合模糊认知图(FCM)的可解释性和深度学习的高预测精度,DAFCM可用于完成多领域的多变量长期非平稳时间序列预测等任务,其有效性通过6个公开验证跨越 9 个基线的数据集。我们将先前节点的状态值添加到 DAFCM 中,并通过线性变换构建残差结构,以防止长期反向传播中的梯度爆炸和梯度消失。通过结合模糊认知图(FCM)的可解释性和深度学习的高预测精度,DAFCM可用于完成多领域的多变量长期非平稳时间序列预测等任务,其有效性通过6个公开验证跨越 9 个基线的数据集。
563.
颜林林 (2024-03-13 05:35):
#paper doi:10.1101/2024.02.18.580107, 2024, FECDO-Flexible and Efficient Coding for DNA Odyssey. 这篇文献提出了一种新的DNA数据存储编码方法,FECDO(缩写自 Flexible and Efficient Coding for DNA Odyssey),旨在通过高效的数据压缩和灵活的编码策略来减少DNA合成成本,从而促进DNA数据存储技术的实用化。该方法首先使用深度学习方法(分别尝试了无任何先验知识的独立神经网络,以及预训练的语言模型)来提取数据特征,从而把要存储的数据,从独热编码张量(one-hot encoded tensor)转换成为边际概率序列,实现了压缩的过程;该概率序列被映射成为4字母(A、C、G、T)的碱基序列,进而再使用一个层次有限状态机(hierarchical finite state machine)排除掉不适合DNA存储的特殊编码(如连续相同碱基、有特殊二级结构等)。通过上述过程,本文方法通过实测文本和图像数据,对比bzip2方法,提高了12%-26%的压缩效率,这种压缩效率将反映到DNA合成成本的显著降低上,是DNA存储技术的关键问题。同时,本文还尝试将其中一组文字所编码的结果,实际合成为DNA(进行保存),之后使用PCR将目标片段扩增出来,使用NanoPore测序,再解码还原得到原始数据,从整个流程上对方法进行了验证。由于目前文章尚处于bioRxiv preprint(文章提交版本v2),只提供了正文全文和正文图表,并未提供补充材料、方法描述和程序源码,尚有许多实现和结果的细节未公布,我个人比较怀疑该方法的信息容错能力和实测效果,正文中图表上展现的非英语文本和图像的压缩效果看起来也不是很理想,这些都有待文章正式发表后看到相应解答。
Fajia Sun, Long Qian
Abstract:
DNA has been pursued as a compelling medium for digital data storage during the past decade. While large-scale data storage and random access have been achieved in artificial DNA, the synthesis cost keeps hindering DNA data storage from popularizing into daily life. In this study, we proposed a more efficient paradigm for digital data compressing to DNA, while excluding arbitrary sequence constraints. Both standalone neural networks and pre-trained language models were used to extract the intrinsic patterns of data, and generated probabilistic portrayal, which was then transformed into constr… >>>
DNA has been pursued as a compelling medium for digital data storage during the past decade. While large-scale data storage and random access have been achieved in artificial DNA, the synthesis cost keeps hindering DNA data storage from popularizing into daily life. In this study, we proposed a more efficient paradigm for digital data compressing to DNA, while excluding arbitrary sequence constraints. Both standalone neural networks and pre-trained language models were used to extract the intrinsic patterns of data, and generated probabilistic portrayal, which was then transformed into constraint-free nucleotide sequences with a hierarchical finite state machine. Utilizing these methods, a 12%-26% improvement of compression ratio was realized for various data, which directly translated to up to 26% reduction in DNA synthesis cost. Combined with the progress in DNA synthesis, our methods are expected to facilitate the realization of practical DNA data storage. <<<
564.
龙海晨 (2024-03-08 21:11):
#paper Catta-Preta CMC, de Azevedo-Martins AC, de Souza W, Motta MCM. Effect of the endoplasmic reticulum stressor tunicamycin in Angomonas deanei heat-shock protein expression and on the association with the endosymbiotic bacterium. Exp Cell Res. 2022 Aug 1;417(1):113162. doi: 10.1016/j.yexcr.2022.113162. Epub 2022 Apr 20. PMID: 35460679.这是一篇研究细胞基础结构方面的文章,文章用锥虫细胞为对象研究内质网(ER)应激。用衣霉素Tunicamycin (TM) 作为诱导剂,研究热休克蛋白Hsp90 表达变化。通过超微结构和蛋白质组学方法研究了TM在单胞菌及其共生细菌之间的关联中的作用。所获得的数据表明了ER对原核生物和真核生物之间共生关系的适应和维持的重要性。
Carolina Moura Costa Catta-Preta, Allan Cézar de Azevedo-Martins, Wanderley de Souza, Maria Cristina Machado Motta
Abstract:
The endoplasmic reticulum (ER) presents unique properties to establishing bacterium symbiosis in eukaryotic cells since it synthesizes and glycosylates essential molecules like proteins and lipids. Tunicamycin (TM) is an antibiotic that inhibits the first step in the N-linked glycosylation in eukaryotes and has been used as an ER stress inducer to activate the Unfolded Protein Response (UPR). Mutualistic symbiosis in trypanosomatids is characterized by structural adaptations and intense metabolic exchanges, thus we investigated the effects of TM in the association between Angomonas deanei and… >>>
The endoplasmic reticulum (ER) presents unique properties to establishing bacterium symbiosis in eukaryotic cells since it synthesizes and glycosylates essential molecules like proteins and lipids. Tunicamycin (TM) is an antibiotic that inhibits the first step in the N-linked glycosylation in eukaryotes and has been used as an ER stress inducer to activate the Unfolded Protein Response (UPR). Mutualistic symbiosis in trypanosomatids is characterized by structural adaptations and intense metabolic exchanges, thus we investigated the effects of TM in the association between Angomonas deanei and its symbiotic bacterium, through ultrastructural and proteomic approaches. Cells treated with the inhibitor showed a decrease in proliferation, enlargement of the ER and Golgi cisternae and an increased distance between the symbiont and the ER. TM proved to be an important tool to better understand ER stress in trypanosomatids, since changes in protein composition were observed in the host protozoan, especially the expression of the Hsp90 chaperone. Furthermore, data obtained indicates the importance of the ER for the adaptation and maintenance of symbiotic associations between prokaryotes and eukaryotes, considering that this organelle has recognized importance in the biogenesis and division of cell structures. <<<
565.
DeDe宝 (2024-03-04 22:05):
#paper, DOI: https://elifesciences.org/articles/17086, elife, A map of abstract relational knowledge in the human hippocampal–entorhinal cortex, 海马-内嗅系统编码指导空间导航的空间地图,这是一种连续的地图(map)。对连续地图信息的处理依赖于神经系统,但处理连续地图信息的原则是否能够拓展到隐式编码的离散地图尚未可知。在这篇文章中,研究者证明海马-内嗅系统可以使用联想强度的度量表示抽象对象之间的关系(距离),即使该关系式非空间的(抽象的)、离散不连续且隐式编码的。研究者通过海马-内嗅fmri适应信号重建了类似于空间地图的知识结构,且最佳预测度量是未来状态的加权和,这和位置细胞、网格细胞放电模式的后继表示相类似。
IF:6.400Q1 eLife, 2017-04-27. DOI: 10.7554/eLife.17086 PMID: 28448253
Mona M Garvert, Raymond J Dolan, Timothy Ej Behrens
Abstract:
The hippocampal-entorhinal system encodes a map of space that guides spatial navigation. Goal-directed behaviour outside of spatial navigation similarly requires a representation of abstract forms of relational knowledge. This information relies on the same neural system, but it is not known whether the organisational principles governing continuous maps may extend to the implicit encoding of discrete, non-spatial graphs. Here, we show that the human hippocampal-entorhinal system can represent relationships between objects using a metric that depends on associative strength. We reconstruct a … >>>
The hippocampal-entorhinal system encodes a map of space that guides spatial navigation. Goal-directed behaviour outside of spatial navigation similarly requires a representation of abstract forms of relational knowledge. This information relies on the same neural system, but it is not known whether the organisational principles governing continuous maps may extend to the implicit encoding of discrete, non-spatial graphs. Here, we show that the human hippocampal-entorhinal system can represent relationships between objects using a metric that depends on associative strength. We reconstruct a map-like knowledge structure directly from a hippocampal-entorhinal functional magnetic resonance imaging adaptation signal in a situation where relationships are non-spatial rather than spatial, discrete rather than continuous, and unavailable to conscious awareness. Notably, the measure that best predicted a behavioural signature of implicit knowledge and blood oxygen level-dependent adaptation was a weighted sum of future states, akin to the successor representation that has been proposed to account for place and grid-cell firing patterns. <<<
566.
钟鸣 (2024-02-29 23:59):
#paper doi:10.1177/0706743718773728 An Overview of Animal Models Related to Schizophrenia 精神分裂是一种复杂的精神类疾病,疾病模型的不成熟也限制了对该疾病的病因及治疗的进一步的深入理解。在本综述中,作者回顾了多种精神分裂动物模型的造模方式,按照原理可分为发育模型、药物诱导模型、遗传模型、性别模型等几大类。作者细说了各类模型的总体方法和数据细节,但是可以看出,这些造模方法都有遗传因素有很大关联。
Ian R Winship, Serdar M Dursun, Glen B Baker, Priscila A Balista, Ludmyla Kandratavicius, Joao Paulo Maia-de-Oliveira, Jaime Hallak, John G Howland
Abstract:
Schizophrenia is a heterogeneous psychiatric disorder that is poorly treated with current therapies. In this brief review, we provide an update regarding the use of animal models to study schizophrenia in an attempt to understand its aetiology and develop novel therapeutic strategies. Tremendous progress has been made developing and validating rodent models that replicate the aetiologies, brain pathologies, and behavioural abnormalities associated with schizophrenia in humans. Here, models are grouped into 3 categories-developmental, drug induced, and genetic-to reflect the heterogeneous risk… >>>
Schizophrenia is a heterogeneous psychiatric disorder that is poorly treated with current therapies. In this brief review, we provide an update regarding the use of animal models to study schizophrenia in an attempt to understand its aetiology and develop novel therapeutic strategies. Tremendous progress has been made developing and validating rodent models that replicate the aetiologies, brain pathologies, and behavioural abnormalities associated with schizophrenia in humans. Here, models are grouped into 3 categories-developmental, drug induced, and genetic-to reflect the heterogeneous risk factors associated with schizophrenia. Each of these models is associated with varied but overlapping pathophysiology, endophenotypes, behavioural abnormalities, and cognitive impairments. Studying schizophrenia using multiple models will permit an understanding of the core features of the disease, thereby facilitating preclinical research aimed at the development and validation of better pharmacotherapies to alter the progression of schizophrenia or alleviate its debilitating symptoms. <<<
567.
林海onrush (2024-02-29 23:59):
#paper, DOI: https://doi.org/10.21203/rs.3.rs-1819548/v1 ,Chaotic Bi-LSTM and Attention HLCO Predictor Based Quantum Price Level Fuzzy Logic Trading System, 这篇论文提出了一种基于混沌双向长短期记忆网络(Bi-LSTM)和注意力机制的高低收盘价格(HLCO)预测模型,以及基于量子价格水平(QPL)的模糊逻辑交易系统。通过结合混沌理论、量子金融理论和先进的人工智能技术,该系统旨在解决传统金融指标存在的固定触发边界和延迟问题,提高交易决策的准确性和效率。实验结果表明,该模型在历史数据的回测中表现出色,证明了其在改进投资决策方面的潜力。 个人感言:这篇论文巧妙地将混沌理论和量子金融理论应用于金融市场的预测和交易决策中,展示了人工智能技术在金融领域的创新应用。通过深入分析市场数据的复杂动态,该研究不仅提高了预测的准确性,还为金融交易策略的制定提供了新的视角和方法,具有重要的理论和实际意义。
Jiahao Lee, Zihao Huang, Lirong Lin, Yuchen Guo, Raymond Lee
Abstract:
Abstract
There are various indicators i.e. Relative Strength Index (RSI), Moving Average Convergence Divergence (MACD) , Stochastic Oscillator which have advantages in applications to determine not only market movements with buying and selling decisions in Computational Finance, but have significant drawbacks that discrepancies are easy to match against the best trading times due to fixed order-triggering boundaries and delay problems. For example, RSI ’s 70 and 30 overbuy and oversell are fixed boundaries. Orders can only be triggered when RSI’s value exceeds one of the boundaries. Its c… >>>
Abstract<br> There are various indicators i.e. Relative Strength Index (RSI), Moving Average Convergence Divergence (MACD) , Stochastic Oscillator which have advantages in applications to determine not only market movements with buying and selling decisions in Computational Finance, but have significant drawbacks that discrepancies are easy to match against the best trading times due to fixed order-triggering boundaries and delay problems. For example, RSI ’s 70 and 30 overbuy and oversell are fixed boundaries. Orders can only be triggered when RSI’s value exceeds one of the boundaries. Its computation only considers past market situation prompting indicators like RSI to trigger orders with delay. In this paper, we proposed a method to reduce these problems with advanced AI technologies to generate indicators’ buy and sell signals executed in the best trading time. Recurrent Neural Network (RNN) has outstanding performance to learn time-series data automatic with long-time sequences but ordinary RNN units such as Long-Short-Term-Memory(LSTM) are unable to decipher the relationships between time units, so-called context. Hence, researchers have proposed an algorithm based on RNNs’ Attention Mechanism allowing RNNs to learn information such as chaotic attributes and Quantum properties contained in time sequences. Chaos Theory and Quantum Finance Theory (QFT) are also proposed to simulate these two features. One of the well-performed QFT models is Quantum Price Level (QPL) to simulate all possible vibration levels to locate price. The system used in this paper consists of two components - neural network and fuzzy logic. Neural networks are used to predict future data and to solve indicators lagging problem whereas fuzzy logic is used to solve fixed order-triggering boundaries problem. By combining these two core components, the proposed model has obtained remarkable results in backtesting previous data that it is possible for these methods to make better investment decisions when market changes constantly. <<<
568.
半面阳光 (2024-02-29 23:29):
#paper DOI:https://doi.org/10.1016/j.gim.2023.101012, Genetics in Medicine, 2023, Evaluation of the diagnostic accuracy of exome sequencing and its impact on diagnostic thinking for patients with rare disease in a publicly funded health care system: A prospective cohort study. 这篇文章是一篇前瞻性研究,文章探索的主题是评估公共资助的临床外显子测序(ES)对疑似罕见遗传疾病患者的诊断效用。在研究中,招募了297例符合纳入检测标准的罕见病先证者样本,获取了其诊疗记录。通过 Fryback 和 Thornbury效能评价体系对这些样本全外显子检测结果的实验室注释解读、对临床解读结果的临床诊断考量、以及其他可替代的分子诊断是否可以替代ES进行了评估。结果显示,实验室报告了105例分子诊断结果、165例不确定结果和新发基因。105例报告结果中,临床医生解读了102例,165例不确定结果中,解读了6例;共计得出108例(分布在104个家系中)的临床分子诊断结果。每项效能评价标准的诊断产出在30%~40%。其他可替代的分子诊断为61%。这一研究证明了纳入检测标准的稳健,同时证明了实验室ES检测结果的高临床有效性。利用ES检测检出了40%本来存在漏检风险的样本,进而凸显了临床全外显子检测的价值。
Taila Hartley, Deborah Marshall, Meryl Acker, Katharine Fooks, Meredith K Gillespie, E Magda Price, Ian D Graham, Alexandre White-Brown, Layla MacKay, Stella K Macdonald ... >>>
Taila Hartley, Deborah Marshall, Meryl Acker, Katharine Fooks, Meredith K Gillespie, E Magda Price, Ian D Graham, Alexandre White-Brown, Layla MacKay, Stella K Macdonald, Lauren Brady, Angela Y Hui, Joseph D Andrews, Ashfia Chowdhury, Erika Wall, Élisabeth Soubry, Grace U Ediae, Samantha Rojas, Daniel Assamad, David Dyment, Mark Tarnopolsky, Sarah L Sawyer, Caitlin Chisholm, Gabrielle Lemire, Kimberly Amburgey, Joanna Lazier, Roberto Mendoza-Londono, James J Dowling, Tugce B Balci, Christine M Armour, Priya T Bhola, Gregory Costain, Lucie Dupuis, Melissa Carter, Lauren Badalato, Julie Richer, Christie Boswell-Patterson, Peter Kannu, Dawn Cordeiro, Jodi Warman-Chardon, Gail Graham, Victoria Mok Siu, Cheryl Cytrynbaum, Alison Rusnak, Ritu B Aul, Grace Yoon, Hernan Gonorazky, Vanda McNiven, Saadet Mercimek-Andrews, Andrea Guerin, Ashish R Deshwar, Ashish Marwaha, Rosanna Weksberg, Natalya Karp, Maggie Campbell, Sarah Al-Qattan, Andrew Y Shuen, Michal Inbar-Feigenberg, Ronald Cohn, Anna Szuto, Cara Inglese, Myriam Poirier, Lauren Chad, Beth Potter, Kym M Boycott, Robin Hayeems, Care4Rare Canada Consortium <<<
Abstract:
PURPOSE: To evaluate the diagnostic utility of publicly funded clinical exome sequencing (ES) for patients with suspected rare genetic diseases.
METHODS: We prospectively enrolled 297 probands who met eligibility criteria and received ES across 5 sites in Ontario, Canada, and extracted data from medical records and clinician surveys. Using the Fryback and Thornbury Efficacy Framework, we assessed diagnostic accuracy by examining laboratory interpretation of results and assessed diagnostic thinking by examining the clinical interpretation of results and whether clinical-molecular diagnoses … >>>
PURPOSE: To evaluate the diagnostic utility of publicly funded clinical exome sequencing (ES) for patients with suspected rare genetic diseases.<br>METHODS: We prospectively enrolled 297 probands who met eligibility criteria and received ES across 5 sites in Ontario, Canada, and extracted data from medical records and clinician surveys. Using the Fryback and Thornbury Efficacy Framework, we assessed diagnostic accuracy by examining laboratory interpretation of results and assessed diagnostic thinking by examining the clinical interpretation of results and whether clinical-molecular diagnoses would have been achieved via alternative hypothetical molecular tests.<br>RESULTS: Laboratories reported 105 molecular diagnoses and 165 uncertain results in known and novel genes. Of these, clinicians interpreted 102 of 105 (97%) molecular diagnoses and 6 of 165 (4%) uncertain results as clinical-molecular diagnoses. The 108 clinical-molecular diagnoses were in 104 families (35% diagnostic yield). Each eligibility criteria resulted in diagnostic yields of 30% to 40%, and higher yields were achieved when >2 eligibility criteria were met (up to 45%). Hypothetical tests would have identified 61% of clinical-molecular diagnoses.<br>CONCLUSION: We demonstrate robustness in eligibility criteria and high clinical validity of laboratory results from ES testing. The importance of ES was highlighted by the potential 40% of patients that would have gone undiagnosed without this test. <<<
569.
符毓 (2024-02-29 22:43):
#paper doi.org/10.48550/arXiv.2304.09349 2023, LLM as A Robotic Brain: Unifying Egocentric Memory and Control. LLM 代理通过预训练获得知识和推理能力来解决机器人技术和规划任务。然而,人们在教机器人“该做什么”付出了较多努力。文章重点在于传达机器人不能做什么,以及满足安全操作标准。针对在协作环境中部署LLM代理,提出了解决LLM模型固有的概率性和不能应对复杂条件的约束方式。最终在VirtualHome环境和真实机器人实验上都表明,能在不影响目标完成率的情况下满足安全约束条件
570.
白鸟 (2024-02-29 22:33):
#paper Double-Negative T (DNT) Cells in Patients with Systemic Lupus Erythematosus doi:10.3390/biomedicines12010166 这篇小型综述收集和总结SLE患者DNT细胞群基础研究的初步证据,分析最相关的临床研究,DNT细胞在SLE免疫发病机制中的作用。 1.SLE疾病概述; 2.临床表现:存在大量且多变的自身抗体产生有关,抗dsDNA抗体,导致免疫介导的器官损伤; 3.主要的免疫致病机制:胞吞作用缺陷(即自身抗原的清除减少,补体因子)、细胞凋亡缺陷(这也会导致B细胞自我耐受性的丧失), I 型干扰素的不适当激活等,原因复杂; 4.SLE 患者中DNT细胞百分比会增加,尤其是活动期的患者; 5.双阴性T (DNT) 细胞是一群罕见的T淋巴细胞亚群,不表达CD4和CD8,但表达 αβ 或 γδ T细胞受体 (TCR)。 6.DNT的产生:分胸腺依赖型(负选择逃逸)和胸腺非依赖型(可能来自活化的外周淋巴细胞,在特定情况下失去CD4或CD8标记物的表达),确切的个体发育过程尚未完全阐明。 7.人SLE与其他自免疾病比较,动物模型狼疮鼠结果比较,目前缺系统论证,实验证据比较分散: 证据1: DNT细胞可能源自自身反应性CD8+T细胞,特别是自身免疫疾病。 实验模型证据:DNT细胞可以表现出炎症和免疫调节(抗炎或抑制)功能。
IF:3.900Q1 Biomedicines, 2024-Jan-12. DOI: 10.3390/biomedicines12010166 PMID: 38255272
Dimitri Poddighe, Kuanysh Dossybayeva, Samat Kozhakhmetov, Rafail Rozenson, Maykesh Assylbekova
Abstract:
Double-negative T (DNT) cells are a rare and unconventional T-lymphocyte subpopulation lacking both CD4 and CD8 markers. Their immunopathological roles and clinical relevance have yet to be elucidated. Beyond autoimmune lymphoproliferative syndrome (ALPS), these cells may also play a role in rheumatic disorders, including systemic lupus erythematosus (SLE); indeed, these two diseases share several autoimmune manifestations (including nephritis). Moreover, one of the main experimental murine models used to investigate lupus, namely the MRL/lpr mouse, is characterized by an expansion of DNT cel… >>>
Double-negative T (DNT) cells are a rare and unconventional T-lymphocyte subpopulation lacking both CD4 and CD8 markers. Their immunopathological roles and clinical relevance have yet to be elucidated. Beyond autoimmune lymphoproliferative syndrome (ALPS), these cells may also play a role in rheumatic disorders, including systemic lupus erythematosus (SLE); indeed, these two diseases share several autoimmune manifestations (including nephritis). Moreover, one of the main experimental murine models used to investigate lupus, namely the MRL/lpr mouse, is characterized by an expansion of DNT cells, which can support the production of pathogenic autoantibodies and/or modulate the immune response in this context. However, lupus murine models are not completely consistent with their human SLE counterpart, of course. In this mini review, we summarize and analyze the most relevant clinical studies investigating the DNT cell population in SLE patients. Overall, based on the present literature review and analysis, DNT cell homeostasis seems to be altered in patients with SLE. Indeed, most of the available clinical studies (which include both adults and children) reported an increased DNT cell percentage in SLE patients, especially during the active phases, even though no clear correlation with disease activity and/or inflammatory parameters has been clearly established. Well-designed, standardized, and longitudinal clinical studies focused on DNT cell population are needed, in order to further elucidate the actual contribution of these cells in SLE pathogenesis and their interactions with other immune cells (also implicated and/or altered in SLE, such as basophils), and clarify whether their expansion and/or immunophenotypic aspects may have any immunopathological relevance (and, then, represent potential disease markers and, in perspective, even therapeutic targets) or are just an unspecific epiphenomenon of autoimmunity. <<<
571.
小擎子 (2024-02-29 22:29):
#paper doi:10.1016/j.jhazmat.2020.122969 J Hazard Mater, 2022, Microplastics in take-out food containers。论文研究了中国五个城市常用的4种外卖的塑料包装(PP、PE、PS、PET)在不同情况下的微塑料释放情况。预实验发现,四种处理(直接冲洗、热水浸泡后冲洗、微波加热1分钟后冲洗、冷藏后冲洗6h)中PP容器的微塑料丰度没有显著差异。正式实验中,采用直接冲洗和热水浸泡后冲洗两种处理方法分别模拟从外卖容器中取食和外卖送餐过程(热水处理并摇晃),PET因为遇热会变形没有进行热水处理。PP、PE和PS三种材质在两种处理后,总微塑料丰度没有显著差异。通过扫描电镜观察,热水处理后,PP、PE和PS均有表层变化,PE(类似一般纸杯,纸上喷涂膜)观察到喷涂膜分离。因为一直担心外卖的塑料容器会不会增加微塑料摄入量,所以看了下这篇文献,实验过程较为严谨,包括中间对空气进行了把控,也进行了空白对照实验。不过我认为这篇论文的实验并没有看到不同处理导致更多剥离微塑料的结果,相反,各种处理观察到的微塑料丰度均差不多。其中微塑料含量丰度最高的PS材质(很久以前常见的发泡塑料饭盒),我查百度百科据说也是国家禁用了。当然作者怀疑热水处理导致材质表面的变化,虽然没有释放出更多微塑料,但也可能会释放出更多的添加剂。我认为比较意外的一点是,在显微观察微塑料时,认为材质和颜色与容器相同的是剥落微塑料,其他则不是,其他认为可能是空气来源微塑料(我理解虽然实验过程中没有引入,但是制作这些外卖容器中引入了)。这些空气来源微塑料占了总微塑料的含量的70%,包括聚酯、尼龙、腈纶和人造丝。作者认为通过外卖食品容器摄入微塑料,一个来源是容器本身,另一个是大气沉降。因为比较好奇热水、摇晃、微波和冷藏是否会导致更多的微塑料释放,看这篇文献,作者用PP容器实验,在微塑料丰度上看是没有影响的。除了PP容器外,其他三类(PET、PS、PE)都不适合微波或低温保存,但是我们日常生活中不一定能都按照规则使用这些材质。包括油是否对微塑料有富集,这篇文献也考虑了油的特殊性,但是只能未来做实验再看了(之前看文献报告橄榄油可以富集微塑料)。我比较担心一般纸杯装可乐的影响(常见的快餐饮料包装),这个只能之后再查查了。另外,微塑料污染被世卫组织列为第二大危机(第一是气候变化)。我观察到有些商家推出一些产品,比如排塑益生菌,据说可以排出百分之多少吃入的微塑料,我对此也比较怀疑(毕竟吃进去的大部分也会进入粪便、能否拦阻微塑料进入血液、拦阻能穿过血脑屏障的这些微塑料),需要再看实验和数据考证。
Fangni Du, Huiwen Cai, Qun Zhang, Qiqing Chen, Huahong Shi
Abstract:
Microplastics have been detected in various media including water, sediment, and seafood, whereas there are few studies focusing on microplastics in take-out containers. In this study, we collected take-out containers made of common polymer materials (polypropylene, PP; polystyrene, PS; polyethylene, PE; polyethylene terephthalate, PET) from five cities in China. Microplastics in the containers were analyzed after different treatments (direct flushing and flushing after immersing with hot water). Our results showed that microplastics were found in all take-out containers and abundance ranged … >>>
Microplastics have been detected in various media including water, sediment, and seafood, whereas there are few studies focusing on microplastics in take-out containers. In this study, we collected take-out containers made of common polymer materials (polypropylene, PP; polystyrene, PS; polyethylene, PE; polyethylene terephthalate, PET) from five cities in China. Microplastics in the containers were analyzed after different treatments (direct flushing and flushing after immersing with hot water). Our results showed that microplastics were found in all take-out containers and abundance ranged from 3 to 29 items/container. The highest abundance occurred in PS containers with rough surface. The polymer types of some detected particles were the same as those of original containers, accounting for 30% of the total microplastics; other types included polyester, rayon, acrylic, and nylon. Treating the containers with hot water did not influence microplastic abundance. Our study indicates that microplastics in take-out containers come from atmospheric fallout and flakes from container's inner surfaces. Under slight mechanical force, loose structure and rough surface of PS containers can flake off microplastics, entering water more easily. Based on the microplastic abundance in take-out containers, people who order take-out food 4-7 times weekly may ingest 12-203 pieces of microplastics through containers. <<<
572.
朵朵 (2024-02-29 21:50):
#paper [1]强世功.文明终结与世界帝国——如何理解中国崛起面对的全球秩序[J].开放时代,2022(02):26-49+5-6. 论文认为,人类正处于数百年全球化运动所造就的“深度全球化”时代,其底层架构是大航海时代以来步步建构、最终在美国手里编织成型的世界帝国。由美国主导的隐形“世界帝国”具有多重特征:经济上表现为一个以全球贸易和生产网络为基础,金融上层、跨国资本与科技巨头相互支撑,利益高度垄断和分配失衡的世界经济体系;政治上表现为一个以军工复合体、全球驻军以及暴力输出为基础,结盟政治、国际机制与法律长臂共同作用,奉行实力原则的帝国式秩序;文化上表现为一种以宗教和英文为基础,推行自由主义话语的“历史终结”意识形态。 在建构隐形世界帝国的过程中,美国陷入欲望与权力、技术化与动物化的纠缠,从而锁定了美国自己:不仅以基于“历史终结”的普世文明为人类文明模式的终结版,把自己锁定为文明冲突的优胜者;也以世界帝国为私器,把自己锁定为中心地带不可撼动的既得利益者。美国的这种自我锁定,缺乏真正文明意义上的制约和规训,随之而来的权力任性、野蛮扩张和利益垄断,也会遭到世界性的反抗。作者认为,对于任何希望获得基本尊重和公平对待,希望参与构建公正合理的国际秩序、创造美好人类生活的文明体或国家来说,不仅要避免犯和美国一样的错误,更要在人类命运休戚与共的基础上寻找世界秩序的新的普遍性。
573.
庞庞 (2024-02-29 21:11):
#paper Machine learning in major depression: From classification to treatment outcome prediction doi 10.1111/cns.13048 这是篇综述机器学习在抑郁症脑影像数据中应用的文章,角度主要是分类和疗效预测。我们可以发现,大部分的此类研究用的都是小样本数据集,这就导致模型的泛化性有限。近年来,已经有越来越多的研究使用多中心大样本抑郁症数据集,但是这些研究的模型准确率相应的会降低。如何对抑郁症进行分亚型,进行特征筛选,选择合适的机器学习乃至深度学习的模型,保证泛化性的同时提高准确率,是抑郁症判别和疗效预测研究未来的重要方向。
Shuang Gao, Vince D Calhoun, Jing Sui
Abstract:
AIMS: Major depression disorder (MDD) is the single greatest cause of disability and morbidity, and affects about 10% of the population worldwide. Currently, there are no clinically useful diagnostic biomarkers that are able to confirm a diagnosis of MDD from bipolar disorder (BD) in the early depressive episode. Therefore, exploring translational biomarkers of mood disorders based on machine learning is in pressing need, though it is challenging, but with great potential to improve our understanding of these disorders.
DISCUSSIONS: In this study, we review popular machine-learning methods… >>>
AIMS: Major depression disorder (MDD) is the single greatest cause of disability and morbidity, and affects about 10% of the population worldwide. Currently, there are no clinically useful diagnostic biomarkers that are able to confirm a diagnosis of MDD from bipolar disorder (BD) in the early depressive episode. Therefore, exploring translational biomarkers of mood disorders based on machine learning is in pressing need, though it is challenging, but with great potential to improve our understanding of these disorders.<br>DISCUSSIONS: In this study, we review popular machine-learning methods used for brain imaging classification and predictions, and provide an overview of studies, specifically for MDD, that have used magnetic resonance imaging data to either (a) classify MDDs from controls or other mood disorders or (b) investigate treatment outcome predictors for individual patients. Finally, challenges, future directions, and potential limitations related to MDD biomarker identification are also discussed, with a goal of offering a comprehensive overview that may help readers to better understand the applications of neuroimaging data mining in depression.<br>CONCLUSIONS: We hope such efforts may highlight the need for an urgently needed paradigm shift in treatment, to guide personalized optimal clinical care. <<<
574.
哪有情可长 (2024-02-29 21:01):
#paper A quantitative genomics map of rice provides genetic insights and guides breeding, Nature genetics,01 February 2021, doi.org/10.1038/s41588-020-00769-9. 这篇文章先收集水稻中各种性状前人已经定位的QTL,对QTL区间内的关键功能变异位点锚定到水稻基因组精确的位置上,获取了一个包含348个变异位点和562个等位基因的分子图谱(QTN)。然后对另外收集的404份种质材料,构建包含前面鉴定的等位基因的数据库,方便后人进行遗传改良过程亲本的选择。作者有对基因变异的遗传效应进行评估,来鉴定变异位点的效应方向和量化变化的强弱关系。利用水稻QTN图谱和遗传图,论文作者系统分析了水稻基因组中存在的遗传累赘,并针对杂交-回交-自交、群体样本量、导入位点数等各类情形进行了大数据仿真模拟,获得了育种设计路线的优化参数。这篇文章对我与现在处理大量的小麦GWAS得到的显著的SNP位点,如何进行量化管理,形成对育种家有用的数据很有启发。
IF:31.700Q1 Nature genetics, 2021-02. DOI: 10.1038/s41588-020-00769-9 PMID: 33526925
Xin Wei, Jie Qiu, Kaicheng Yong, Jiongjiong Fan, Qi Zhang, Hua Hua, Jie Liu, Qin Wang, Kenneth M Olsen, Bin Han ... >>>
Xin Wei, Jie Qiu, Kaicheng Yong, Jiongjiong Fan, Qi Zhang, Hua Hua, Jie Liu, Qin Wang, Kenneth M Olsen, Bin Han, Xuehui Huang <<<
Abstract:
Extensive allelic variation in agronomically important genes serves as the basis of rice breeding. Here, we present a comprehensive map of rice quantitative trait nucleotides (QTNs) and inferred QTN effects based on eight genome-wide association study cohorts. Population genetic analyses revealed that domestication, local adaptation and heterosis are all associated with QTN allele frequency changes. A genome navigation system, RiceNavi, was developed for QTN pyramiding and breeding route optimization, and implemented in the improvement of a widely cultivated indica variety. This work presents… >>>
Extensive allelic variation in agronomically important genes serves as the basis of rice breeding. Here, we present a comprehensive map of rice quantitative trait nucleotides (QTNs) and inferred QTN effects based on eight genome-wide association study cohorts. Population genetic analyses revealed that domestication, local adaptation and heterosis are all associated with QTN allele frequency changes. A genome navigation system, RiceNavi, was developed for QTN pyramiding and breeding route optimization, and implemented in the improvement of a widely cultivated indica variety. This work presents an efficient platform that bridges ever-increasing genomic knowledge and diverse improvement needs in rice. <<<
575.
小W (2024-02-29 20:28):
#paper doi:arXiv:2203.13906 Biolink Model: A Universal Schema for Knowledge Graphs in Clinical, Biomedical, and Translational Science 本文介绍了欧洲分子生物学实验室对于生命进程的认识 Biolink 模型,其使用yaml变体 linkml ( Linked data Modeling Language )定义一组分层的、相互关联的类以及它们之间的关系,以此来表征转化科学中的实体以及这些实体之间的联系。其工作包含标准生物模式、样本、TranslatorMinimal三个模型库以及使用其模型关联不同本体数据的方法。基于此模型,其他团队开发了NIH 的Biomedical Data Translator项目,以及 2023 发表于 Nat. Biotechnol 的 BioCypher 。
Deepak R. Unni, Sierra A. T. Moxon, Michael Bada, Matthew Brush, Richard Bruskiewich, Paul Clemons, Vlado Dancik, Michel Dumontier, Karamarie Fecho, Gustavo Glusman ... >>>
Deepak R. Unni, Sierra A. T. Moxon, Michael Bada, Matthew Brush, Richard Bruskiewich, Paul Clemons, Vlado Dancik, Michel Dumontier, Karamarie Fecho, Gustavo Glusman, Jennifer J. Hadlock, Nomi L. Harris, Arpita Joshi, Tim Putman, Guangrong Qin, Stephen A. Ramsey, Kent A. Shefchek, Harold Solbrig, Karthik Soman, Anne T. Thessen, Melissa A. Haendel, Chris Bizon, Christopher J. Mungall, the Biomedical Data Translator Consortium <<<
Abstract:
Within clinical, biomedical, and translational science, an increasing number
of projects are adopting graphs for knowledge representation. Graph-based data
models elucidate the interconnectedness between core biomedical concepts,
enable data structures to be easily updated, and support intuitive queries,
visualizations, and inference algorithms. However, knowledge discovery across
these "knowledge graphs" (KGs) has remained difficult. Data set heterogeneity
and complexity; the proliferation of ad hoc data formats; poor compliance with
guidelines on findability, accessibil… >>>
Within clinical, biomedical, and translational science, an increasing number<br>of projects are adopting graphs for knowledge representation. Graph-based data<br>models elucidate the interconnectedness between core biomedical concepts,<br>enable data structures to be easily updated, and support intuitive queries,<br>visualizations, and inference algorithms. However, knowledge discovery across<br>these "knowledge graphs" (KGs) has remained difficult. Data set heterogeneity<br>and complexity; the proliferation of ad hoc data formats; poor compliance with<br>guidelines on findability, accessibility, interoperability, and reusability;<br>and, in particular, the lack of a universally-accepted, open-access model for<br>standardization across biomedical KGs has left the task of reconciling data<br>sources to downstream consumers. Biolink Model is an open source data model<br>that can be used to formalize the relationships between data structures in<br>translational science. It incorporates object-oriented classification and<br>graph-oriented features. The core of the model is a set of hierarchical,<br>interconnected classes (or categories) and relationships between them (or<br>predicates), representing biomedical entities such as gene, disease, chemical,<br>anatomical structure, and phenotype. The model provides class and edge<br>attributes and associations that guide how entities should relate to one<br>another. Here, we highlight the need for a standardized data model for KGs,<br>describe Biolink Model, and compare it with other models. We demonstrate the<br>utility of Biolink Model in various initiatives, including the Biomedical Data<br>Translator Consortium and the Monarch Initiative, and show how it has supported<br>easier integration and interoperability of biomedical KGs, bringing together<br>knowledge from multiple sources and helping to realize the goals of<br>translational science. <<<
576.
Vincent (2024-02-29 17:06):
#paper Transfer learning enables predictions in network biology. Nature. 2023. doi: https://doi.org/10.1038/s41586-023-06139-9. 学习基因互作网络通常需要大量数据,对于数据较少的生物研究来说,利用迁移学习和预训练模型能够有效降低对数据量的需求。这篇文章提出了一种基于transformer的深度学习模型geneformer,其使用了大量的单细胞数据集进行预训练(自监督学习)。在模型训练中,geneformer 并未使用gene的原始表达值,而是使用了gene expression rank(相当于数据降噪)来学习基因网络。对于下游任务,利用少量数据对模型微调就能够很好的增强预测准确率。文章列举了geneformer在基因剂量, 染色质,基因网络方面的例子,预测准确性相较传统的机器学习模型均有明显提升。
IF:50.500Q1 Nature, 2023-06. DOI: 10.1038/s41586-023-06139-9 PMID: 37258680 PMCID:PMC10949956
Christina V Theodoris, Ling Xiao, Anant Chopra, Mark D Chaffin, Zeina R Al Sayed, Matthew C Hill, Helene Mantineo, Elizabeth M Brydon, Zexian Zeng, X Shirley Liu ... >>>
Christina V Theodoris, Ling Xiao, Anant Chopra, Mark D Chaffin, Zeina R Al Sayed, Matthew C Hill, Helene Mantineo, Elizabeth M Brydon, Zexian Zeng, X Shirley Liu, Patrick T Ellinor <<<
Abstract:
Mapping gene networks requires large amounts of transcriptomic data to learn the connections between genes, which impedes discoveries in settings with limited data, including rare diseases and diseases affecting clinically inaccessible tissues. Recently, transfer learning has revolutionized fields such as natural language understanding and computer vision by leveraging deep learning models pretrained on large-scale general datasets that can then be fine-tuned towards a vast array of downstream tasks with limited task-specific data. Here, we developed a context-aware, attention-based deep lear… >>>
Mapping gene networks requires large amounts of transcriptomic data to learn the connections between genes, which impedes discoveries in settings with limited data, including rare diseases and diseases affecting clinically inaccessible tissues. Recently, transfer learning has revolutionized fields such as natural language understanding and computer vision by leveraging deep learning models pretrained on large-scale general datasets that can then be fine-tuned towards a vast array of downstream tasks with limited task-specific data. Here, we developed a context-aware, attention-based deep learning model, Geneformer, pretrained on a large-scale corpus of about 30 million single-cell transcriptomes to enable context-specific predictions in settings with limited data in network biology. During pretraining, Geneformer gained a fundamental understanding of network dynamics, encoding network hierarchy in the attention weights of the model in a completely self-supervised manner. Fine-tuning towards a diverse panel of downstream tasks relevant to chromatin and network dynamics using limited task-specific data demonstrated that Geneformer consistently boosted predictive accuracy. Applied to disease modelling with limited patient data, Geneformer identified candidate therapeutic targets for cardiomyopathy. Overall, Geneformer represents a pretrained deep learning model from which fine-tuning towards a broad range of downstream applications can be pursued to accelerate discovery of key network regulators and candidate therapeutic targets. <<<
577.
小年 (2024-02-29 10:51):
Choo, ZN., Behr, J.M., Deshpande, A. et al. Most large structural variants in cancer genomes can be detected without long reads. Nat Genet 55, 2139–2148 (2023). https://doi-org-443.webvpn.las.ac.cn/10.1038/s41588-023-01540-6 短读测序(SRS)普遍应用于癌症基因组学研究,但SRS对于检测癌症结构变异(SVs,包括拷贝数改变和重排)的灵敏度有限,特别是大型染色体结构改变,这是因为人类基因组中有许多同源序列。本研究分析了短读全基因组中的“松散末端”——相邻DNA片段之间质量平衡的局部违反,用于检测短读测序遗漏的SVs。作者在1,330个高纯度癌症全基因组的松散末端景观中,发现大多数大于10kb的克隆SVs在人类基因组87%的区域内可以被短读测序完全解析,并且可以准确检测拷贝数。值得注意的是,一些松散末端代表新端粒,可将其作为替代性端粒延长表型的标志,以上发现通过还38例乳腺癌和黑色素瘤病例的长读长测序得到验证。本项研究的结果表明,异常同源重组不太可能驱动大多数大型癌症SVs,总得来说,全基因组SRS数据中的质量平衡分析提供了癌症染色体结构的一个出人意料的完整景象。("松散末端"是指那些在短读测序数据中没有找到匹配的断点末端。这些末端可能是因为基因组重排事件而产生的,这些事件将本不相连的DNA片段的末端连接在一起,形成了新的结合点)
IF:31.700Q1 Nature genetics, 2023-12. DOI: 10.1038/s41588-023-01540-6 PMID: 37945902 PMCID:PMC10703688
Zi-Ning Choo, Julie M Behr, Aditya Deshpande, Kevin Hadi, Xiaotong Yao, Huasong Tian, Kaori Takai, George Zakusilo, Joel Rosiene, Arnaud Da Cruz Paula ... >>>
Zi-Ning Choo, Julie M Behr, Aditya Deshpande, Kevin Hadi, Xiaotong Yao, Huasong Tian, Kaori Takai, George Zakusilo, Joel Rosiene, Arnaud Da Cruz Paula, Britta Weigelt, Jeremy Setton, Nadeem Riaz, Simon N Powell, Klaus Busam, Alexander N Shoushtari, Charlotte Ariyan, Jorge Reis-Filho, Titia de Lange, Marcin Imieliński <<<
Abstract:
Short-read sequencing is the workhorse of cancer genomics yet is thought to miss many structural variants (SVs), particularly large chromosomal alterations. To characterize missing SVs in short-read whole genomes, we analyzed 'loose ends'-local violations of mass balance between adjacent DNA segments. In the landscape of loose ends across 1,330 high-purity cancer whole genomes, most large (>10-kb) clonal SVs were fully resolved by short reads in the 87% of the human genome where copy number could be reliably measured. Some loose ends represent neotelomeres, which we propose as a hallmark of t… >>>
Short-read sequencing is the workhorse of cancer genomics yet is thought to miss many structural variants (SVs), particularly large chromosomal alterations. To characterize missing SVs in short-read whole genomes, we analyzed 'loose ends'-local violations of mass balance between adjacent DNA segments. In the landscape of loose ends across 1,330 high-purity cancer whole genomes, most large (>10-kb) clonal SVs were fully resolved by short reads in the 87% of the human genome where copy number could be reliably measured. Some loose ends represent neotelomeres, which we propose as a hallmark of the alternative lengthening of telomeres phenotype. These pan-cancer findings were confirmed by long-molecule profiles of 38 breast cancer and melanoma cases. Our results indicate that aberrant homologous recombination is unlikely to drive the majority of large cancer SVs. Furthermore, analysis of mass balance in short-read whole genome data provides a surprisingly complete picture of cancer chromosomal structure. <<<
578.
徐炳祥 (2024-02-29 10:20):
#paper doi: 10.1038/s41467-024-44761-x Nature communications, 2024, Orchestrating chromosome conformation capture analysis with Bioconductor。全基因组染色质构象捕获技术(Hi-C)及其衍生技术是当前研究真核细胞染色质空间构象的最主流技术手段,基于其的研究所涉及的大体量,多模、多目标的多组学分析问题对生物信息技术提出了许多重大挑战。本文系统性的总结了过去十几年来依托R语言和Bioconductor平台开发的一系列Hi-C及衍生数据分析工具包。按分析流程详细描述了数据的获取和预处理,结果的导入导出,核心数据结构,各拓扑结构单元的识别,数据可视化等数据分析的方方面面。本文的总结对学习Hi-C数据分析有重要参考价值,同时也对定制化的分析流程开发有指导意义。
IF:14.700Q1 Nature communications, 2024-Feb-05. DOI: 10.1038/s41467-024-44761-x PMID: 38316789
Jacques Serizay, Cyril Matthey-Doret, Amaury Bignaud, Lyam Baudry, Romain Koszul
Abstract:
Genome-wide chromatin conformation capture assays provide formidable insights into the spatial organization of genomes. However, due to the complexity of the data structure, their integration in multi-omics workflows remains challenging. We present data structures, computational methods and visualization tools available in Bioconductor to investigate Hi-C, micro-C and other 3C-related data, in R. An online book ( https://bioconductor.org/books/OHCA/ ) further provides prospective end users with a number of workflows to process, import, analyze and visualize any type of chromosome conformation… >>>
Genome-wide chromatin conformation capture assays provide formidable insights into the spatial organization of genomes. However, due to the complexity of the data structure, their integration in multi-omics workflows remains challenging. We present data structures, computational methods and visualization tools available in Bioconductor to investigate Hi-C, micro-C and other 3C-related data, in R. An online book ( https://bioconductor.org/books/OHCA/ ) further provides prospective end users with a number of workflows to process, import, analyze and visualize any type of chromosome conformation capture data. <<<
579.
🐼太真实 (2024-02-29 10:04):
#paper ProPainter: Improving Propagation and Transformer for Video Inpainting 本文介绍了一种新的视频修复技术——ProPainter,通过双域传播和掩码引导稀疏视频Transformer的设计,实现了高效而准确的视频修复。文章详细介绍了ProPainter的三个关键组成部分:循环流场完成、双域传播和掩码引导稀疏视频Transformer,并提供了相应的技术细节和实验结果。
Shangchen Zhou, Chongyi Li, Kelvin C. K. Chan, Chen Change Loy
Abstract:
Flow-based propagation and spatiotemporal Transformer are two mainstream
mechanisms in video inpainting (VI). Despite the effectiveness of these
components, they still suffer from some limitations that affect their
performance. Previous propagation-based approaches are performed separately
either in the image or feature domain. Global image propagation isolated from
learning may cause spatial misalignment due to inaccurate optical flow.
Moreover, memory or computational constraints limit the temporal range of
feature propagation and video Transformer, preventing explorati… >>>
Flow-based propagation and spatiotemporal Transformer are two mainstream<br>mechanisms in video inpainting (VI). Despite the effectiveness of these<br>components, they still suffer from some limitations that affect their<br>performance. Previous propagation-based approaches are performed separately<br>either in the image or feature domain. Global image propagation isolated from<br>learning may cause spatial misalignment due to inaccurate optical flow.<br>Moreover, memory or computational constraints limit the temporal range of<br>feature propagation and video Transformer, preventing exploration of<br>correspondence information from distant frames. To address these issues, we<br>propose an improved framework, called ProPainter, which involves enhanced<br>ProPagation and an efficient Transformer. Specifically, we introduce<br>dual-domain propagation that combines the advantages of image and feature<br>warping, exploiting global correspondences reliably. We also propose a<br>mask-guided sparse video Transformer, which achieves high efficiency by<br>discarding unnecessary and redundant tokens. With these components, ProPainter<br>outperforms prior arts by a large margin of 1.46 dB in PSNR while maintaining<br>appealing efficiency. <<<
580.
颜林林 (2024-02-29 09:02):
#paper doi:10.1038/s41592-024-02201-0. Nature Methods, 2024, scGPT: toward building a foundation model for single-cell multi-omics using generative AI. 这篇文章使用了生成式AI大模型,来进行单细胞测序数据分析。文章并未自己收集样本和测序,而仅仅依靠已发表的公开数据或来自公共数据库的数据,进行模型训练、工具开发和性能验证,属于典型的纯生信文章,借着生成式AI概念的火热,加上结果性能表现良好,这篇文章发表到了Nature Methods杂志,很值得生信专业者学习和模仿。文章在九个多月前,就已预发表在bioRxiv上,当时整合使用了1000万个细胞的数据,在这次的正式发表版本中,整合的细胞数量增加到了3300万,模型性能也得到了进一步的改进。文章开发的模型名为scGPT,它基于生成式预训练变换器(Transformer)架构的单细胞基础模型,旨在处理和解析大规模的单细胞数据。scGPT模型展示了在多种下游任务中,如细胞类型注释、遗传扰动反应预测、多批次整合以及多组学数据整合等方面的卓越性能。研究的创新点在于首次将基础模型概念应用于单细胞生物学领域,通过自监督预训练和任务特定的微调,有效捕获和理解细胞和基因之间复杂的生物学关系。scGPT利用其强大的学习能力揭示了特定条件下的基因-基因互作,展现了转移学习中的扩展性和上下文效应。相比传统的机器学习模型,大模型能够捕捉到更为细致和全面的生物学特征,尤其是一些长距离依赖和复杂的数据关系,比如隐藏在数据背后的未知细胞类型或细胞相互作用,这大概也是这篇文章将其用于单细胞数据分析的重要出发点。
IF:36.100Q1 Nature methods, 2024-Aug. DOI: 10.1038/s41592-024-02201-0 PMID: 38409223
Haotian Cui, Chloe Wang, Hassaan Maan, Kuan Pang, Fengning Luo, Nan Duan, Bo Wang
Abstract:
Generative pretrained models have achieved remarkable success in various domains such as language and computer vision. Specifically, the combination of large-scale diverse datasets and pretrained transformers has emerged as a promising approach for developing foundation models. Drawing parallels between language and cellular biology (in which texts comprise words; similarly, cells are defined by genes), our study probes the applicability of foundation models to advance cellular biology and genetic research. Using burgeoning single-cell sequencing data, we have constructed a foundation model f… >>>
Generative pretrained models have achieved remarkable success in various domains such as language and computer vision. Specifically, the combination of large-scale diverse datasets and pretrained transformers has emerged as a promising approach for developing foundation models. Drawing parallels between language and cellular biology (in which texts comprise words; similarly, cells are defined by genes), our study probes the applicability of foundation models to advance cellular biology and genetic research. Using burgeoning single-cell sequencing data, we have constructed a foundation model for single-cell biology, scGPT, based on a generative pretrained transformer across a repository of over 33 million cells. Our findings illustrate that scGPT effectively distills critical biological insights concerning genes and cells. Through further adaptation of transfer learning, scGPT can be optimized to achieve superior performance across diverse downstream applications. This includes tasks such as cell type annotation, multi-batch integration, multi-omic integration, perturbation response prediction and gene network inference. <<<
回到顶部