open source

开源
  • 文章类型: Journal Article
    环境敏感探针经常用于光谱/多通道显微镜检查,以研究细胞稳态的变化。然而,少数可用于处理光谱图像的开源软件包的范围有限。这里,我们提出愿景,一个基于Python的独立软件,用于频谱分析,具有改进的适用性。除了经典的基于强度的分析,我们的软件可以使用先进的单细胞分割功能批量处理多维图像,并对光谱应用用户定义的数学运算来计算单细胞的生物物理和代谢参数.VISION允许对膜流动性和线粒体电位等特性进行3D和时间映射。我们通过将VISION应用于研究各种药物对细胞生物物理特性的影响来证明VISION的广泛适用性;膜流动性与线粒体电位之间的相关性;细胞-细胞接触中的蛋白质分布;以及细胞衍生囊泡中纳米结构域的特性。连同代码,我们提供了一个图形用户界面,便于采用。
    Environment-sensitive probes are frequently used in spectral/multi-channel microscopy to study alterations in cell homeostasis. However, the few open-source packages available for processing of spectral images are limited in scope. Here, we present VISION, a stand-alone software based on Python for spectral analysis with improved applicability. In addition to classical intensity-based analysis, our software can batch-process multidimensional images with an advanced single-cell segmentation capability and apply user-defined mathematical operations on spectra to calculate biophysical and metabolic parameters of single cells. VISION allows for 3D and temporal mapping of properties such as membrane fluidity and mitochondrial potential. We demonstrate the broad applicability of VISION by applying it to study the effect of various drugs on cellular biophysical properties; the correlation between membrane fluidity and mitochondrial potential; protein distribution in cell-cell contacts; and properties of nanodomains in cell-derived vesicles. Together with the code, we provide a graphical user interface for facile adoption.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    FragPipe计算蛋白质组学平台由于其快速的处理速度和用户友好的图形界面而在蛋白质组学研究界中获得了广泛的普及。尽管FragPipe生成格式良好的输出表,可以进行分析,仍然需要易于使用和用户友好的下游统计分析和可视化工具。FragPipe-Analyst通过提供RshinyWeb服务器来帮助FragPipe用户对所得定量蛋白质组学数据进行下游分析来解决这一需求。它支持主要的量化工作流程,包括无标签量化,串联质量标签,和数据独立采集。FragPipe-Analyst提供了一系列有用的功能,例如各种缺失价值填补选项,数据质量控制,无监督聚类,使用Limma的差异表达(DE)分析,并使用Enrichr进行基因本体论和途径富集分析。为了支持高级分析和自定义可视化,我们还开发了FragPipeAnalystR,包含所有FragPipe-Analyst功能的R包,扩展为支持翻译后修饰(PTM)的特定站点分析。FragPipe-Analyst和FragPipeAnalystR都是开源且免费提供的。
    The FragPipe computational proteomics platform is gaining widespread popularity among the proteomics research community because of its fast processing speed and user-friendly graphical interface. Although FragPipe produces well-formatted output tables that are ready for analysis, there is still a need for an easy-to-use and user-friendly downstream statistical analysis and visualization tool. FragPipe-Analyst addresses this need by providing an R shiny web server to assist FragPipe users in conducting downstream analyses of the resulting quantitative proteomics data. It supports major quantification workflows, including label-free quantification, tandem mass tags, and data-independent acquisition. FragPipe-Analyst offers a range of useful functionalities, such as various missing value imputation options, data quality control, unsupervised clustering, differential expression (DE) analysis using Limma, and gene ontology and pathway enrichment analysis using Enrichr. To support advanced analysis and customized visualizations, we also developed FragPipeAnalystR, an R package encompassing all FragPipe-Analyst functionalities that is extended to support site-specific analysis of post-translational modifications (PTMs). FragPipe-Analyst and FragPipeAnalystR are both open-source and freely available.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    大鼠坐骨神经模型通常用于测试神经损伤修复的新疗法。静态坐骨神经指数(SSI)是量化功能恢复的有用指标,并且涉及使用脚趾伸展和内部脚趾伸展之间的加权比来比较操作的爪与对照爪。为了计算它,老鼠被放在一个透明的盒子里,照片是从下面和脚趾距离手动测量。这是劳动密集型的,并且由于持续拍照的挑战而受到人为错误的影响,识别数字并进行手动测量。尽管已经开发了几种商业套件来应对这一挑战,由于成本,他们很少看到传播。在这里,我们开发了一种新颖的算法,用于使用铸造的U网基于视频数据自动测量SSI指标。该算法由三个U网组成,一个用于分割后爪,两个用于输入到SSI计算中的两对数字。对于后爪和两个数字分割U网,均实现了60%和80%的工会误差训练相交。恭敬地。针对来自三个独立实验的视频数据对该算法进行了测试。与手动测量相比,该算法为每个实验提供相同的恢复曲线,但在SSI测量中具有更严格的标准偏差。通过这个算法的开源发布,我们的目标是为神经修复研究界提供一种更可靠地量化功能恢复指标的廉价工具.
    The rat sciatic nerve model is commonly used to test novel therapies for nerve injury repair. The static sciatic index (SSI) is a useful metric for quantifying functional recovery, and involves comparing an operated paw versus a control paw using a weighted ratio between the toe spread and the internal toe spread. To calculate it, rats are placed in a transparent box, photos are taken from underneath and the toe distances measured manually. This is labour intensive and subject to human error due to the challenge of consistently taking photos, identifying digits and making manual measurements. Although several commercial kits have been developed to address this challenge, they have seen little dissemination due to cost. Here we develop a novel algorithm for automatic measurement of SSI metrics based on video data using casted U-Nets. The algorithm consists of three U-Nets, one to segment the hind paws and two for the two pairs of digits which input into the SSI calculation. A training intersection over union error of 60 % and 80 % was achieved for the back paws and for both digit segmentation U-Nets, respectfully. The algorithm was tested against video data from three separate experiments. Compared to manual measurements, the algorithm provides the same profile of recovery for every experiment but with a tighter standard deviation in the SSI measure. Through the open-source release of this algorithm, we aim to provide an inexpensive tool to more reliably quantify functional recovery metrics to the nerve repair research community.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    了解异质材料的力学行为在各个领域变得越来越重要,包括航空航天工程,复合材料的发展,地质学,和生物力学。虽然关于这个主题存在大量文献,传统方法通常依赖于商业软件包。本研究提出了在大多数工作流程中使用开源软件对此类材料进行基于计算机断层扫描(CT)扫描的有限元(FE)分析的框架。我们的工作集中在三个关键方面:1.网格生成,结合了空间变化的机械特性和明确的边界条件。通过与数字图像相关(DIC)系统测量的比较,验证有限元结果。在整个过程中使用开源软件,使其更容易获得和具有成本效益。这项工作旨在证明该框架在各个领域分析异质材料的有效性,提供更容易获得和负担得起的方法。
    Understanding the mechanical behavior of heterogeneous materials is becoming increasingly crucial across various fields, including aerospace engineering, composite materials development, geology, and biomechanics. While substantial literature exists on this topic, conventional methods often rely on commercial software packages. This study presents a framework for computed tomography (CT) scan-based finite element (FE) analysis of such materials using open-source software in most of the workflow. Our work focuses on three key aspects:1.Mesh generation that incorporates spatially varying mechanical properties and well-defined boundary conditions.2.Validation of the FE results through comparison with digital image correlation (DIC) system measurements.3.Open-source software utilization throughout the entire process, making it more accessible and cost-effective.This work aims to demonstrate the effectiveness of this framework for analyzing heterogeneous materials in various fields, offering a more accessible and affordable approach.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    COVID-19研究网络下萨克森州(COFONI)是德国国家冠状病毒研究和制定未来大流行战略的专家网络。COFONI技术平台的支柱之一是其已建立的研究数据存储库(可在https://forschungsdb上获得。Cofoni.de/),,可以为异构数据集提供假名数据和跨位置数据检索。该平台始终使用开放标准(openEHR)和开源组件(EHRbase)作为其数据存储库,考虑到公平标准。可用数据包括临床和社会人口统计患者信息。全面的AQL查询构建器界面和集成的研究请求过程使新的研究方法成为可能,为参与机构的研究人员提供快速队列组装和定制数据导出。我们灵活且可扩展的平台方法可以被视为蓝图。它有助于,通过以完全标准化和开放的代表方式提供易于获取的跨地点研究数据,以预防大流行。
    The COVID-19 Research Network Lower Saxony (COFONI) is a German state network of experts in Coronavirus research and development of strategies for future pandemics. One of the pillars of the COFONI technology platform is its established research data repository (Available at https://forschungsdb.cofoni.de/), which enables provision of pseudonymised data and cross-location data retrieval for heterogeneous datasets. The platform consistently uses open standards (openEHR) and open source components (EHRbase) for its data repository, taking into account the FAIR criteria. Available data include both clinical and socio-demographic patient information. A comprehensive AQL query builder interface and an integrated research request process enable new research approaches, rapid cohort assembly and customized data export for researchers from participating institutions. Our flexible and scalable platform approach can be regarded as a blueprint. It contributes, to pandemic preparedness by providing easily accessible cross-location research data in a fully standardised and open representation.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    乳腺癌的筛查和诊断是一个重大的公共卫生问题。尽管深度学习模型在乳房成像中被证明非常有效,这些模型还不容易为广大观众所接受。为了促进这种模式的广泛传播,这篇文章介绍了一个免费的和开源的,对乳房X线照片质量自动检测的集成平台。在此任务上训练最先进的RetinaNet模型,并使用DICOM-SR可互操作格式对推断结果进行编码。这些贡献为克服乳房成像深度学习中的可及性差距迈出了重要一步。
    The screening and diagnosis of breast cancer is a major public health issue. Although deep learning models are proving highly effective in breast imaging, these models are not yet readily accessible to a wide audience. In order to promote the widespread dissemination of such models, this article introduces a free and open-source, integrated platform for the automated detection of masses on mammograms. A state-of-the-art RetinaNet model is trained on this task and the results of the inference are encoded using the DICOM-SR interoperable format. These contributions present a significant step towards overcoming the accessibility gap in deep learning for breast imaging.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    乌克兰的正式传染病监测因俄罗斯2022年的入侵而中断,导致跟踪和遏制流行病的挑战。分析战争对传染病流行病学的影响,我们使用了EPIWATCH的开源数据,人工智能预警系统。我们分析了冲突之前(2021年11月1日至2022年2月23日)和冲突期间(2022年2月24日至7月31日)的传染病和综合症的模式。我们将报告频率最高的疾病的病例数与正式来源的病例数进行了比较,发现总体传染病报告和霍乱病例数有所增加,肉毒杆菌中毒,结核病,艾滋病毒/艾滋病,狂犬病,与入侵前相比,沙门氏菌病。在冲突期间,尽管开源情报捕获了流行病的病例数,此类数据(白喉除外)未被正式监测/低估.在军事冲突期间没有正式监视的情况下,开源数据为传染病控制提供了有用的流行病情报。
    Formal infectious disease surveillance in Ukraine has been disrupted by Russia\'s 2022 invasion, leading to challenges with tracking and containing epidemics. To analyze the effects of the war on infectious disease epidemiology, we used open-source data from EPIWATCH, an artificial intelligence early-warning system. We analyzed patterns of infectious diseases and syndromes before (November 1, 2021-February 23, 2022) and during (February 24-July 31, 2022) the conflict. We compared case numbers for the most frequently reported diseases with numbers from formal sources and found increases in overall infectious disease reports and in case numbers of cholera, botulism, tuberculosis, HIV/AIDS, rabies, and salmonellosis during compared with before the invasion. During the conflict, although open-source intelligence captured case numbers for epidemics, such data (except for diphtheria) were unavailable/underestimated by formal surveillance. In the absence of formal surveillance during military conflicts, open-source data provide epidemic intelligence useful for infectious disease control.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    暂无摘要。
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    在一个以科学停滞为标志的时代,分散式科学(DeSci)挑战了传统资助和出版系统的低效率。DeSci采用区块链技术来解决学术研究中激励措施的错位,强调透明度,快速融资,和开源原则。中央集权机构与进展减速有关,这在长寿科学领域是一个至关重要的学科,因为衰老是大多数疾病的第一危险因素。DeSci提出了一种变革性模型,在该模型中,分散的自治组织(DAO)促进了社区驱动的资金,促进高风险,高回报的研究。DeSci,特别是在长寿研究中,可以催化向公平的范式转变,高效,进步的科学未来。
    In an era marked by scientific stagnation, Decentralized Science (DeSci) challenges the inefficiencies of traditional funding and publishing systems. DeSci employs blockchain technology to address the misalignment of incentives in academic research, emphasizing transparency, rapid funding, and open-source principles. Centralized institutions have been linked to a deceleration of progress, which is acutely felt in the field of longevity science-a critical discipline as aging is the #1 risk factor for most diseases. DeSci proposes a transformative model where decentralized autonomous organizations (DAOs) facilitate community-driven funding, promoting high-risk, high-reward research. DeSci, particularly within longevity research, could catalyze a paradigm shift towards an equitable, efficient, and progressive scientific future.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    低温转运站是低温电子显微镜领域必不可少的工具,能够在工作流程的不同阶段之间安全转移冷冻玻璃体样品。然而,现有的低温转移站通常仅配置用于两种最流行的样品架几何形状,并且不是商业上可用于所有电子显微镜。此外,它们价格昂贵且难以定制,这限制了它们对研究实验室的可及性和适应性。这里,我们提出了一个新的模块化低温转运站来解决这些限制。该站完全由3D打印和现成部件组成,允许它被重新配置为适合各种显微镜和实验方案。我们描述了该站的设计和建造,并报告了低温转运站的测试结果,包括其维持低温温度和转移冷冻玻璃体样品的能力,如振动光谱学所证明的。我们的研究结果表明,低温转运站的性能与现有的商业模式相当,同时提供更大的可访问性和可定制性。该站的设计是开源的,以鼓励其他小组在此开发基础上进行复制和构建。我们希望该项目将增加使用非标准设备的各种学科的研究人员进入低温转运站的机会。
    Cryo-transfer stations are essential tools in the field of cryo-electron microscopy, enabling the safe transfer of frozen vitreous samples between different stages of the workflow. However, existing cryo-transfer stations are typically configured for only the two most popular sample holder geometries and are not commercially available for all electron microscopes. Additionally, they are expensive and difficult to customize, which limits their accessibility and adaptability for research laboratories. Here, we present a new modular cryo-transfer station that addresses these limitations. The station is composed entirely of 3D-printed and off the shelf parts, allowing it to be reconfigured to a fit variety of microscopes and experimental protocols. We describe the design and construction of the station and report on the results of testing the cryo-transfer station, including its ability to maintain cryogenic temperatures and transfer frozen vitreous samples as demonstrated by vibrational spectroscopy. Our findings demonstrate that the cryo-transfer station performs comparably to existing commercial models, while offering greater accessibility and customizability. The design for the station is open source to encourage other groups to replicate and build on this development. We hope that this project will increase access to cryo-transfer stations for researchers in a variety of disciplines with nonstandard equipment.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

公众号