graphical user interface

图形用户界面
  • 文章类型: Journal Article
    食物和淡水资源的短缺威胁着人类健康和环境的可持续性。在基于海水的介质中生长的螺旋藻作为健康食品是有前途的和环保的。这项研究使用了三种机器学习技术来识别重要的栽培参数及其隐藏的相互关系,并优化了在海水培养基中生长的螺旋藻的生物量产量。通过优化超参数和特征,极限梯度提升,与递归特征消除(RFE)模型一起展示了最佳性能,并确定了28个重要特征。其中,光照强度和初始pH值是生物量的关键决定因素,这影响了其他功能。具体来说,高初始pH值(>9.0)主要增加生物量,但也增加了养分沉降和氨(NH3)损失。分批添加和连续添加都可以通过增加其在基于海水的介质中的可用性来减少营养损失。当光照强度超过200μmol光子/m2/s时,它通过减轻由高初始接种物水平引起的光衰减来放大螺旋藻的生长,并抵消了低温(<25°C)的负面影响。在大规模种植中,如果照明不能保持在高水平,生产效率会降低。高盐度和碳酸氢钠(NaHCO3)的添加促进了碳水化合物的积累,但是适当的稀释可以相对较低的培养基和生产成本保持螺旋藻中所需的蛋白质含量。这些发现揭示了栽培参数对生物量产量的交互影响,并帮助我们基于开发的图形用户界面网站确定大规模栽培螺旋藻基海水系统的最佳栽培条件。
    The shortage of food and freshwater sources threatens human health and environmental sustainability. Spirulina grown in seawater-based media as a healthy food is promising and environmentally friendly. This study used three machine learning techniques to identify important cultivation parameters and their hidden interrelationships and optimize the biomass yield of Spirulina grown in seawater-based media. Through optimization of hyperparameters and features, eXtreme Gradient Boosting, along with the recursive feature elimination (RFE) model demonstrated optimal performance and identified 28 important features. Among them, illumination intensity and initial pH value were critical determinants of biomass, which impacted other features. Specifically, high initial pH values (>9.0) mainly increased biomass but also increased nutrient sedimentation and ammonia (NH3) losses. Both batch and continuous additions could decrease nutrient losses by increasing their availability in the seawater-based media. When illumination intensity exceeded 200 μmol photons/m2/s, it amplified the growth of Spirulina by mitigating the light attenuation caused by a high initial inoculum level and counteracted the negative effect of low temperature (<25 °C). In large-scale cultivation, production efficiency would be reduced if illumination was not maintained at a high level. High salinity and sodium bicarbonate (NaHCO3) addition promoted carbohydrate accumulation, but suitable dilution could keep the required protein content in Spirulina with relatively low media and production costs. These findings reveal the interactive influence of cultivation parameters on biomass yield and help us determine the optimal cultivation conditions for large-scale cultivation of Spirulina-based seawater system based on a developed graphical user interface website.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    Haxe是一个通用的目的,支持语法宏的面向对象的编程语言。Haxe编译器以其能够将Haxe程序的源代码翻译成包括Java在内的各种其他编程语言的源代码而闻名,C++,JavaScript,和Python。尽管Haxe越来越多地用于各种目的,包括游戏,它尚未引起生物信息学家的广泛关注。这令人惊讶,因为Haxe允许生成同一程序的不同版本(例如,在Web浏览器中为初学者运行的JavaScript图形用户界面版本和C++或Python中的命令行版本以提高性能),同时维护单个代码,许多生物信息学应用应该感兴趣的功能。为了证明Haxe在生物信息学中的有用性,我们在这里介绍Seqphase程序的案例,最初用Perl编写(在服务器上运行CGI版本),并于2010年发布。由于出于安全目的,Perl+CGI不再是可取的,我们决定在Haxe中重写SeqPHASE程序,并将其托管在Github页面(https://eeg-ebe。github.io/Seqphase),从而减轻了配置和维护专用服务器的需要。以SeqPHASE为例,我们讨论了Haxe的源代码转换功能在实现生物信息学软件时的优缺点。
    Haxe is a general purpose, object-oriented programming language supporting syntactic macros. The Haxe compiler is well known for its ability to translate the source code of Haxe programs into the source code of a variety of other programming languages including Java, C++, JavaScript, and Python. Although Haxe is more and more used for a variety of purposes, including games, it has not yet attracted much attention from bioinformaticians. This is surprising, as Haxe allows generating different versions of the same program (e.g. a graphical user interface version in JavaScript running in a web browser for beginners and a command-line version in C++ or Python for increased performance) while maintaining a single code, a feature that should be of interest for many bioinformatic applications. To demonstrate the usefulness of Haxe in bioinformatics, we present here the case story of the program SeqPHASE, written originally in Perl (with a CGI version running on a server) and published in 2010. As Perl+CGI is not desirable anymore for security purposes, we decided to rewrite the SeqPHASE program in Haxe and to host it at Github Pages (https://eeg-ebe.github.io/SeqPHASE), thereby alleviating the need to configure and maintain a dedicated server. Using SeqPHASE as an example, we discuss the advantages and disadvantages of Haxe\'s source code conversion functionality when it comes to implementing bioinformatic software.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    农业的可持续集约化(SI)可以生产更多的粮食,以满足不断增长的人口的需求,同时考虑生态系统的健康。当前的SI估计框架忽略了耕地投入产出强度之间的复杂耦合。提出了一种基于滑动窗口的耕地投入强度和产出强度耦合分析方法。通过计算不同取值范围内输入强度与输出强度的相关系数和偏相关系数作为阶次参数,可以解释相变和输入强度对输出强度的影响过程。同时,开发了一个基于python的框架。应用该方法揭示了中国大陆省级年度投入强度与产出强度之间的相互作用过程。许多领域的研究人员可能会从该方法中受益,通过获得一种快速的方法来分析复杂系统中驱动变量与因变量之间的耦合关系。·提出了SI估计的新方法。•基于滑动窗口计算输入和输出强度之间的耦合关系的顺序参数。•分析复杂系统中驱动变量和因变量之间的耦合关系。
    Sustainable intensification (SI) of agriculture can produce more food to meet the demand of a growing population while considering ecosystem health. The current SI estimation framework ignores the complex coupling between input and output intensity of arable land. A method for coupled analysis of arable land input intensity and output intensity based on sliding windows is proposed. By calculating the correlation coefficient and partial correlation coefficient between input intensity and output intensity in different value ranges as the order parameter, the phase transition and the influence process of input intensity on output intensity can be explained. Meanwhile, a python-based framework is developed. An application of the method was made to reveal the interaction process between annual provincial input intensity and output intensity in mainland China. Researchers in many fields may benefit from the method by obtaining a fast way to analysis the coupling relationship between driving and dependent variables in complex systems.•New method for SI estimation is presented.•The order parameter of the coupling relationship between input and output intensity is calculated based on sliding windows.•Analysis of coupling relationships between driving and dependent variables in complex systems.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    中子谱展开是辐射防护和剂量学中的关键过程。使用迭代算法展开代码需要一个标准来停止迭代。一种方法通常依赖于均方根误差(RMSE)准则来评估迭代算法的收敛性。这项工作的目的是提出一个新的标准:平均比例缩放(AVGS)和AVGS的相对变化(dAVGS),以解决与RMSE相关的具体挑战。进行了广泛的验证测试,覆盖一系列场景,结果显示展开光谱和参考之间的高度一致性。
    Neutron spectrum unfolding is a crucial process in radiation protection and dosimetry. Unfolding codes using iterative algorithms require a criterion to stop the iterations. One approach often relies on the Root Mean Square Error (RMSE) criterion to assess the convergence of iterative algorithms. The aim of this work is to present a new criteria: Average Ratio Scaled (AVGS) and Relative Change in AVGS (dAVGS) to address specific challenges associated with RMSE. Extensive validation tests were conducted, covering a range of scenarios with results showing high level of agreement between the unfolded spectra and the reference.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

  • 文章类型: Journal Article
    本研究旨在自动化用于放射治疗剂量测定的蒙特卡洛(MC)工作流程,专注于ElektaLINAC交付系统。它解决了将MC模拟整合到常规临床实践中的挑战,使这种准确而复杂的方法更容易和有效的放射治疗剂量测定。
    我们开发了一种用户友好的软件,该软件具有图形用户界面(GUI),集成了用于MC模拟的EGSnrc。该软件简化了从检索医学数字成像和通信(DICOM)数据到执行剂量计算和比较剂量分布的过程。为了验证我们提出的工具,我们比较了来自PinnacleTPS的ElektaVersaHD线性加速器的IMRT和VMAT计划的计算剂量与MC模拟结果。这种比较利用了我们的内部软件和GUI作为工具,涵盖各种治疗场所和处方。
    自动化MC工作流程在剂量计算方面表现出很高的准确性,并简化了与临床工作流程的集成。MC模拟剂量和TPS计算剂量之间的比较显示出极好的一致性,强调MC在复杂治疗方案中独立剂量验证的可靠性。
    开发的自动化MC工作流程代表了放射治疗中MC模拟的实用性和效率的实质性改进。这种进步不仅简化了剂量测定过程,而且确保了高精度,将其确立为常规患者特定质量保证和开发专门治疗程序的宝贵工具。
    UNASSIGNED: This study aims to automate the Monte Carlo (MC) workflow utilized for radiotherapy dosimetry, focusing on an Elekta LINAC delivery system. It addresses the challenge of integrating MC simulations into routine clinical practice, making this accurate yet complex method more accessible and efficient for radiotherapy dosimetry.
    UNASSIGNED: We developed a user-friendly software featuring a graphical user interface (GUI) that integrates EGSnrc for MC simulations. The software streamlines the process from retrieving Digital Imaging and Communications in Medicine (DICOM) data to executing dose calculations and comparing dose distributions. To validate our proposed tool, we compared its computed doses for IMRT and VMAT plans from the Pinnacle TPS for an Elekta Versa HD linear accelerator against MC simulation results. This comparison utilized our in-house software and GUI as the tool, covering various treatment sites and prescriptions.
    UNASSIGNED: The automated MC workflow demonstrated high accuracy in dose calculations and streamlined integration with clinical workflows. The comparison between the MC-simulated and TPS-calculated doses revealed excellent agreement, highlighting the reliability of MC for independent dose verification in complex treatment scenarios.
    UNASSIGNED: The automated MC workflow developed represents a substantial improvement in the practicality and efficiency of MC simulations in radiotherapy. This advancement not only simplifies the dosimetry process but also ensures high accuracy, establishing it as a valuable tool for routine patient-specific quality assurance and the development of specialized treatment procedures.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    总结了剂量估算程序RADDOSE-3D中的新功能。它们包括输入衍射强度衰减模型的工具,该模型将“衍射加权剂量”输出从“通量加权剂量”修改为“衍射衰减加权剂量”,用于电子衍射实验的RADDOSE-ED的描述,其中剂量在历史上以电子/Δ2而不是灰色(Gy)引用,最后是RADDOSE-3DGUI的开发,可以轻松访问程序中的所有可用选项。
    New features in the dose estimation program RADDOSE-3D are summarised. They include the facility to enter a diffraction intensity decay model which modifies the \"Diffraction Weighted Dose\" output from a \"Fluence Weighted Dose\" to a \"Diffraction-Decay Weighted Dose\", a description of RADDOSE-ED for use in electron diffraction experiments, where dose is historically quoted in electrons/Å2 rather than in gray (Gy), and finally the development of a RADDOSE-3D GUI, enabling easy access to all the options available in the program.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    背景:为了减轻安全隐患,监管机构必须就药物使用和不良药物事件(ADE)做出明智的决定。主要药物警戒数据来自卫生保健专业人员的自发报告。然而,漏报在当前系统中构成了一个显著的挑战。探索替代来源,包括电子病历和社交媒体,已经进行了。然而,社交媒体的潜力在现实世界中仍未开发。
    目标:监管机构在使用社交媒体时面临的挑战主要归因于缺乏合适的工具来支持决策者。一个有效的工具应该能够通过图形用户界面获取信息,以用户友好的方式而不是以原始形式呈现数据。此界面应提供各种可视化选项,使用户能够选择最能传达数据并促进明智决策的表示。因此,这项研究旨在评估将社交媒体整合到药物警戒中的潜力,并利用这种新的数据源加强决策.为了实现这一点,我们的目标是开发和评估一个管道,从提取网络论坛帖子到生成指标和警报的可视化和交互式环境中处理数据。目标是创建一个用户友好的工具,使监管机构能够有效地做出更明智的决策。
    方法:为了加强药物警戒工作,我们设计了一个包含4个不同模块的管道,每个可独立编辑,旨在有效分析与健康相关的法国网络论坛。这些模块是(1)网络论坛\'帖子提取,(2)网络论坛帖子注释,(3)统计与旌旗灯号检测算法,和(4)图形用户界面(GUI)。我们通过一个说明性案例研究展示了GUI的功效,该案例研究涉及在法国引入新的Levothyrox配方。这一事件导致向法国监管机构的报告激增。
    结果:在2017年1月1日至2021年2月28日之间,从23个法国网络论坛中提取了2,081,296个帖子。这些帖子包含437,192对规范的药物-ADE夫妇,注释与解剖治疗化学(ATC)分类和医学词典的监管活动(MedDRA)。对Levothyrox新公式的分析揭示了一种显着的模式。2017年8月,社交媒体平台上与这种药物相关的帖子急剧增加,这与同期患者向国家监管机构提交的报告大幅增加相吻合。
    结论:我们证明了使用GUI进行定量分析是简单的,不需要编码。结果与先前的研究一致,也提供了对药物相关问题的潜在见解。我们的假设得到了部分确认,因为最终用户没有参与评估过程。进一步研究,专注于人体工程学和对监管机构内专业人员的影响,对未来的研究工作至关重要。我们强调了我们方法的多功能性以及不同模块之间的无缝互操作性,而不是单个模块的性能。具体来说,注释模块在开发过程的早期被集成,并且可以通过利用根植于变形金刚架构中的当代技术进行实质性的增强。我们的管道在监管机构或制药公司的健康监测中具有潜在的应用,帮助识别安全问题。此外,研究小组可将其用于事件的回顾性分析.
    BACKGROUND: To mitigate safety concerns, regulatory agencies must make informed decisions regarding drug usage and adverse drug events (ADEs). The primary pharmacovigilance data stem from spontaneous reports by health care professionals. However, underreporting poses a notable challenge within the current system. Explorations into alternative sources, including electronic patient records and social media, have been undertaken. Nevertheless, social media\'s potential remains largely untapped in real-world scenarios.
    OBJECTIVE: The challenge faced by regulatory agencies in using social media is primarily attributed to the absence of suitable tools to support decision makers. An effective tool should enable access to information via a graphical user interface, presenting data in a user-friendly manner rather than in their raw form. This interface should offer various visualization options, empowering users to choose representations that best convey the data and facilitate informed decision-making. Thus, this study aims to assess the potential of integrating social media into pharmacovigilance and enhancing decision-making with this novel data source. To achieve this, our objective was to develop and assess a pipeline that processes data from the extraction of web forum posts to the generation of indicators and alerts within a visual and interactive environment. The goal was to create a user-friendly tool that enables regulatory authorities to make better-informed decisions effectively.
    METHODS: To enhance pharmacovigilance efforts, we have devised a pipeline comprising 4 distinct modules, each independently editable, aimed at efficiently analyzing health-related French web forums. These modules were (1) web forums\' posts extraction, (2) web forums\' posts annotation, (3) statistics and signal detection algorithm, and (4) a graphical user interface (GUI). We showcase the efficacy of the GUI through an illustrative case study involving the introduction of the new formula of Levothyrox in France. This event led to a surge in reports to the French regulatory authority.
    RESULTS: Between January 1, 2017, and February 28, 2021, a total of 2,081,296 posts were extracted from 23 French web forums. These posts contained 437,192 normalized drug-ADE couples, annotated with the Anatomical Therapeutic Chemical (ATC) Classification and Medical Dictionary for Regulatory Activities (MedDRA). The analysis of the Levothyrox new formula revealed a notable pattern. In August 2017, there was a sharp increase in posts related to this medication on social media platforms, which coincided with a substantial uptick in reports submitted by patients to the national regulatory authority during the same period.
    CONCLUSIONS: We demonstrated that conducting quantitative analysis using the GUI is straightforward and requires no coding. The results aligned with prior research and also offered potential insights into drug-related matters. Our hypothesis received partial confirmation because the final users were not involved in the evaluation process. Further studies, concentrating on ergonomics and the impact on professionals within regulatory agencies, are imperative for future research endeavors. We emphasized the versatility of our approach and the seamless interoperability between different modules over the performance of individual modules. Specifically, the annotation module was integrated early in the development process and could undergo substantial enhancement by leveraging contemporary techniques rooted in the Transformers architecture. Our pipeline holds potential applications in health surveillance by regulatory agencies or pharmaceutical companies, aiding in the identification of safety concerns. Moreover, it could be used by research teams for retrospective analysis of events.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    通过神经元的电生理表型表征神经元对于理解行为和认知功能的神经基础至关重要。技术发展使得能够收集数百个神经记录;这需要能够有效地执行特征提取的新工具。为了解决迫切需要一个强大和可访问的工具,我们开发了ElecFeX,一个基于MATLAB的开源工具箱,(1)具有直观的图形用户界面,(2)提供可定制的测量范围广泛的电生理特征,(3)通过批量分析毫不费力地处理大型数据集,和(4)产生格式化的输出以供进一步分析。我们在一组不同的神经记录上实现了ElecFeX;展示了它的功能,多功能性,以及捕获电特征的效率;并确立了其在区分跨大脑区域和物种的神经元亚群中的意义。因此,ElecFeX被呈现为用户友好的工具箱,通过最大限度地减少从其电生理数据集中提取特征所需的时间来使神经科学社区受益。
    Characterizing neurons by their electrophysiological phenotypes is essential for understanding the neural basis of behavioral and cognitive functions. Technological developments have enabled the collection of hundreds of neural recordings; this calls for new tools capable of performing feature extraction efficiently. To address the urgent need for a powerful and accessible tool, we developed ElecFeX, an open-source MATLAB-based toolbox that (1) has an intuitive graphical user interface, (2) provides customizable measurements for a wide range of electrophysiological features, (3) processes large-size datasets effortlessly via batch analysis, and (4) yields formatted output for further analysis. We implemented ElecFeX on a diverse set of neural recordings; demonstrated its functionality, versatility, and efficiency in capturing electrical features; and established its significance in distinguishing neuronal subgroups across brain regions and species. ElecFeX is thus presented as a user-friendly toolbox to benefit the neuroscience community by minimizing the time required for extracting features from their electrophysiological datasets.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    同步加速器X射线计算机断层扫描是一种无损的3D成像技术,可以以高空间和时间分辨率研究样品的内部微观结构。鉴于其无与伦比的图像质量和采集速度,以及保存标本的可能性,对这种技术的需求越来越大,来自无数学科的科学用户。计算机断层扫描重建是在扫描后将实验X射线照片转换为有意义的3维图像的计算过程。该过程涉及图像背景的预处理步骤和对原始数据的伪影校正,近似反Radon变换的重建步骤,并将重建的卷映像写入磁盘。存在几个开源Python包,以帮助科学家在层析成像重建过程中,通过提供利用中央或图形处理单元(CPU和GPU,分别),并通过自动化数据处理管道的重要部分。通过在高性能计算(HPC)集群上调度和并行化苛刻的重构,实现了生产率的进一步提高。然而,视觉检查和最佳重建参数的交互式选择仍然是关键步骤,通常与数据的最终用户密切互动。因此,重建任务涉及多个软件。图形用户界面提供给用户,用于快速检查和优化重建,而HPC资源通常通过脚本和命令行界面访问。我们提议Alrecon,使用Solara构建的用于断层摄影重建的纯PythonWeb应用程序。Alrecon为用户提供了一个直观和反应性的环境,用于探索数据和定制重建管道。通过利用流行的3D图像可视化工具,并通过为HPC资源上的重建调度提供用户友好的界面,Alrecon保证任何类型的光束线用户的生产力和资源的有效利用。
    微计算机断层扫描(CT)是一种广泛已知的技术,采用X射线以高分辨率可视化样本的内部。通过称为CT重建的计算过程从CT扫描生成3D图像。Alrecon是一个现代的,用于CT重建的开源Web应用程序,设计保持非专家和新用户的CT技术。
    Synchrotron X-ray computed tomography is a non-destructive 3D imaging technique that offers the possibility to study the internal microstructure of samples with high spatial and temporal resolution. Given its unmatched image quality and acquisition speed, and the possibility to preserve the specimens, there is an increasing demand for this technique, from scientific users from innumerable disciplines. Computed tomography reconstruction is the computational process by which experimental radiographs are converted to a meaningful 3-dimensional image after the scan. The procedure involves pre-processing steps for image background and artifact correction on raw data, a reconstruction step approximating the inverse Radon-transform, and writing of the reconstructed volume image to disk. Several open-source Python packages exist to help scientists in the process of tomography reconstruction, by offering efficient implementations of reconstruction algorithms exploiting central or graphics processing unit (CPU and GPU, respectively), and by automating significant portions of the data processing pipeline. A further increase in productivity is attained by scheduling and parallelizing demanding reconstructions on high performance computing (HPC) clusters. Nevertheless, visual inspection and interactive selection of optimal reconstruction parameters remain crucial steps that are often performed in close interaction with the end-user of the data. As a result, the reconstruction task involves more than one software. Graphical user interfaces are provided to the user for fast inspection and optimization of reconstructions, while HPC resources are often accessed through scripts and command line interface. We propose Alrecon, a pure Python web application for tomographic reconstruction built using Solara. Alrecon offers users an intuitive and reactive environment for exploring data and customizing reconstruction pipelines. By leveraging upon popular 3D image visualization tools, and by providing a user-friendly interface for reconstruction scheduling on HPC resources, Alrecon guarantees productivity and efficient use of resources for any type of beamline user.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

       PDF(Pubmed)

  • 文章类型: Journal Article
    背景:采用多导睡眠图(PSG)推进睡眠研究的进展受到广泛可用的有限可用性的负面影响,开源睡眠专用分析工具。
    方法:这里,我们介绍计数绵羊PSG,与EEGLAB兼容的信号处理软件,可视化,MATLAB的PSG数据的事件标记和手动睡眠阶段评分。
    结果:主要功能包括:(1)信号处理工具,包括不良通道插值,向下采样,重新引用,过滤,独立成分分析,伪影子空间重建,和功率谱分析,(2)可定制显示多导睡眠图数据和催眠图,(3)事件标记模式包括手动睡眠阶段评分,(4)自动事件检测,包括运动伪影,睡眠纺锤波,慢波和眼球运动,(5)导出主要描述性睡眠结构统计数据,事件统计和可发表的催眠图。
    方法:计数绵羊PSG是建立在sleepSMG(https://sleepsmg。sourceforge.net/)。当前软件的范围和功能在EEGLAB集成/兼容性方面取得了重大进展,预处理,伪影校正,事件检测,功能和易用性。相比之下,商业软件可能是昂贵的,并利用专有的数据格式和算法,从而限制了分发和共享数据和分析结果的能力。
    结论:睡眠研究领域仍然受到抵制标准化的行业的束缚,防止互操作性,内置计划淘汰,维护专有的黑盒数据格式和分析方法。这对睡眠研究领域提出了重大挑战。免费的需要,可以读取开放格式数据的开源软件对于在该领域取得科学进步至关重要。
    BACKGROUND: Progress in advancing sleep research employing polysomnography (PSG) has been negatively impacted by the limited availability of widely available, open-source sleep-specific analysis tools.
    METHODS: Here, we introduce Counting Sheep PSG, an EEGLAB-compatible software for signal processing, visualization, event marking and manual sleep stage scoring of PSG data for MATLAB.
    RESULTS: Key features include: (1) signal processing tools including bad channel interpolation, down-sampling, re-referencing, filtering, independent component analysis, artifact subspace reconstruction, and power spectral analysis, (2) customizable display of polysomnographic data and hypnogram, (3) event marking mode including manual sleep stage scoring, (4) automatic event detections including movement artifact, sleep spindles, slow waves and eye movements, and (5) export of main descriptive sleep architecture statistics, event statistics and publication-ready hypnogram.
    METHODS: Counting Sheep PSG was built on the foundation created by sleepSMG (https://sleepsmg.sourceforge.net/). The scope and functionalities of the current software have made significant advancements in terms of EEGLAB integration/compatibility, preprocessing, artifact correction, event detection, functionality and ease of use. By comparison, commercial software can be costly and utilize proprietary data formats and algorithms, thereby restricting the ability to distribute and share data and analysis results.
    CONCLUSIONS: The field of sleep research remains shackled by an industry that resists standardization, prevents interoperability, builds-in planned obsolescence, maintains proprietary black-box data formats and analysis approaches. This presents a major challenge for the field of sleep research. The need for free, open-source software that can read open-format data is essential for scientific advancement to be made in the field.
    导出

    更多引用

    收藏

    翻译标题摘要

    我要上传

    求助全文

公众号