首页 > 最新文献

Bioinformatics advances最新文献

英文 中文
LinearCDSfold: a tool for co-optimizing secondary structure stability and codon usage in coding sequence design. 线性cdsfold:一种在编码序列设计中共同优化二级结构稳定性和密码子使用的工具。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-17 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag060
Yu-Shen Liu, Yan-Ru Ju, Kai-Wei Chang, Chin Lung Lu

Summary: Designing mRNA coding sequences (CDSs) for vaccine development requires co-optimizing secondary structure stability and codon usage, which are typically measured by minimum free energy (MFE) and codon adaptation index (CAI), respectively. To address this challenge, we previously employed dynamic programming and beam search techniques to develop LinearCDSfold, a tool that generates a single CDS encoding a given protein sequence by jointly optimizing MFE and CAI. It produces an exact solution with cubic-time complexity and a high-quality approximation in linear time, both with respect to the CDS length. Since reducing MFE and increasing CAI often conflict during CDS design, it is desirable to automatically generate Pareto-optimal CDSs, for which no alternative simultaneously improves both objectives. To our knowledge, DERNA is the only existing tool with this functionality. In this work, we enhance the capabilities of LinearCDSfold to automatically and efficiently generate a set of Pareto-optimal CDSs. Experiments conducted on nine protein sequences show that LinearCDSfold performs comparably to DERNA in generating Pareto-optimal CDSs while achieving substantially faster runtime.

Availability and implementation: The program of LinearCDSfold can be downloaded from https://github.com/ablab-nthu/LinearCDSfold.

摘要:设计用于疫苗开发的mRNA编码序列(CDSs)需要共同优化二级结构稳定性和密码子使用,通常分别用最小自由能(MFE)和密码子适应指数(CAI)来衡量。为了解决这一挑战,我们之前使用动态规划和光束搜索技术开发了LinearCDSfold,该工具通过联合优化MFE和CAI来生成编码给定蛋白质序列的单个CDS。它产生具有三次时间复杂度的精确解和在线性时间内的高质量近似值,两者都是关于CDS长度的。由于在CDS设计过程中减少MFE和增加CAI经常发生冲突,因此希望自动生成帕累托最优CDS,因为没有替代方案可以同时改善两个目标。据我们所知,DERNA是唯一具有此功能的现有工具。在这项工作中,我们增强了LinearCDSfold自动有效地生成一组pareto最优cds的能力。对9个蛋白质序列进行的实验表明,LinearCDSfold在生成帕累托最优cds方面的表现与DERNA相当,同时运行时间大大缩短。可用性和实现:线性cdsfold的程序可以从https://github.com/ablab-nthu/LinearCDSfold下载。
{"title":"LinearCDSfold: a tool for co-optimizing secondary structure stability and codon usage in coding sequence design.","authors":"Yu-Shen Liu, Yan-Ru Ju, Kai-Wei Chang, Chin Lung Lu","doi":"10.1093/bioadv/vbag060","DOIUrl":"https://doi.org/10.1093/bioadv/vbag060","url":null,"abstract":"<p><strong>Summary: </strong>Designing mRNA coding sequences (CDSs) for vaccine development requires co-optimizing secondary structure stability and codon usage, which are typically measured by minimum free energy (MFE) and codon adaptation index (CAI), respectively. To address this challenge, we previously employed dynamic programming and beam search techniques to develop LinearCDSfold, a tool that generates a single CDS encoding a given protein sequence by jointly optimizing MFE and CAI. It produces an exact solution with cubic-time complexity and a high-quality approximation in linear time, both with respect to the CDS length. Since reducing MFE and increasing CAI often conflict during CDS design, it is desirable to automatically generate Pareto-optimal CDSs, for which no alternative simultaneously improves both objectives. To our knowledge, DERNA is the only existing tool with this functionality. In this work, we enhance the capabilities of LinearCDSfold to automatically and efficiently generate a set of Pareto-optimal CDSs. Experiments conducted on nine protein sequences show that LinearCDSfold performs comparably to DERNA in generating Pareto-optimal CDSs while achieving substantially faster runtime.</p><p><strong>Availability and implementation: </strong>The program of LinearCDSfold can be downloaded from https://github.com/ablab-nthu/LinearCDSfold.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag060"},"PeriodicalIF":2.8,"publicationDate":"2026-02-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12955848/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147357777","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
TAGINE: fast taxonomy-based feature engineering for microbiome analysis. TAGINE:用于微生物组分析的快速分类学特征工程。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-17 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag056
Shiri Baum, Ido Meshulam, Yadid M Algavi, Omri Peleg, Elhanan Borenstein

Summary: TAGINE is a feature engineering algorithm that leverages the microbial taxonomic tree to optimize feature sets in microbiome data for predictive modeling. The algorithm starts with features at high taxonomic levels and iteratively splits them into lower-level clades in cases where it improves predictive accuracy, ultimately producing a feature set spanning multiple taxonomic levels. This approach aims to markedly reduce the number of features while preserving biological relevance and interpretability. We compare TAGINE's performance to other standard and taxonomy-based feature engineering methods on several different datasets, and show that TAGINE yields more compact feature sets and is orders of magnitude faster than other methods, while maintaining predictive accuracy.

Availability and implementation: TAGINE is freely available under the MIT license with source code available at https://github.com/borenstein-lab/tagine_fe.

摘要:TAGINE是一种特征工程算法,它利用微生物分类树来优化微生物组数据中的特征集以进行预测建模。该算法从高分类级别的特征开始,在提高预测准确性的情况下,迭代地将它们分成较低级别的分支,最终产生跨越多个分类级别的特征集。这种方法旨在显著减少特征的数量,同时保持生物学相关性和可解释性。我们将TAGINE的性能与其他基于标准和分类的特征工程方法在几个不同的数据集上进行了比较,结果表明TAGINE产生的特征集更紧凑,速度比其他方法快几个数量级,同时保持了预测的准确性。可用性和实现:TAGINE在MIT许可下免费提供,其源代码可在https://github.com/borenstein-lab/tagine_fe上获得。
{"title":"TAGINE: fast taxonomy-based feature engineering for microbiome analysis.","authors":"Shiri Baum, Ido Meshulam, Yadid M Algavi, Omri Peleg, Elhanan Borenstein","doi":"10.1093/bioadv/vbag056","DOIUrl":"10.1093/bioadv/vbag056","url":null,"abstract":"<p><strong>Summary: </strong>TAGINE is a feature engineering algorithm that leverages the microbial taxonomic tree to optimize feature sets in microbiome data for predictive modeling. The algorithm starts with features at high taxonomic levels and iteratively splits them into lower-level clades in cases where it improves predictive accuracy, ultimately producing a feature set spanning multiple taxonomic levels. This approach aims to markedly reduce the number of features while preserving biological relevance and interpretability. We compare TAGINE's performance to other standard and taxonomy-based feature engineering methods on several different datasets, and show that TAGINE yields more compact feature sets and is orders of magnitude faster than other methods, while maintaining predictive accuracy.</p><p><strong>Availability and implementation: </strong>TAGINE is freely available under the MIT license with source code available at https://github.com/borenstein-lab/tagine_fe.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag056"},"PeriodicalIF":2.8,"publicationDate":"2026-02-17","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12961271/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147379711","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Advancing understanding of long COVID pathophysiology through quantum walk-based network analysis. 通过基于量子行走的网络分析推进对长冠状病毒病理生理的理解。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-15 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag050
Jaesub Park, Woochang Hwang, Seokjun Lee, Hyun Chang Lee, Méabh MacMahon, Matthias Zilbauer, Namshik Han

Motivation: Long COVID is a multisystem condition characterized by persistent symptoms such as fatigue, cognitive impairment, and systemic inflammation following COVID-19 infection. However, its mechanisms remain poorly understood. In this study, we applied the quantum walk, a computational approach leveraging quantum interference, to explore large-scale SARS-CoV-2-induced protein networks.

Result: Compared to the conventional random walk with restart method, the quantum walk demonstrated superior capacity to traverse deeper regions of the network, uncovering proteins and pathways implicated in Long COVID. Key findings include mitochondrial dysfunction, thromboinflammatory responses, and neuronal inflammation as central mechanisms. Quantum walk uniquely identified the CDGSH iron-sulfur domain-containing protein family and VDAC1, a mitochondrial calcium transporter, as critical regulators of these processes. VDAC1 emerged as a potential biomarker and therapeutic target, supported by FDA-approved compounds such as cannabidiol. These findings highlight quantum walk as a powerful tool for elucidating complex biological systems and identifying novel therapeutic targets for conditions like Long COVID.

Availability and implementation: The code and input data that were used for this study are available at https://github.com/Namshik-Han-Lab/QuantumWalk-LongCovid.

动机:长冠肺炎是一种多系统疾病,其特征是COVID-19感染后持续出现疲劳、认知障碍和全身炎症等症状。然而,其机制仍然知之甚少。在本研究中,我们应用量子行走这一利用量子干扰的计算方法来探索大规模sars - cov -2诱导的蛋白质网络。结果:与传统的带重启的随机行走方法相比,量子行走显示出穿越网络更深区域的卓越能力,揭示了与长COVID相关的蛋白质和途径。主要发现包括线粒体功能障碍,血栓炎症反应和神经元炎症作为中心机制。量子行走独特地鉴定出CDGSH含铁硫结构域蛋白家族和VDAC1(一种线粒体钙转运蛋白)是这些过程的关键调节因子。在fda批准的大麻二酚等化合物的支持下,VDAC1成为一种潜在的生物标志物和治疗靶点。这些发现突出表明,量子行走是阐明复杂生物系统和确定Long COVID等疾病的新治疗靶点的有力工具。可用性和实现:本研究使用的代码和输入数据可在https://github.com/Namshik-Han-Lab/QuantumWalk-LongCovid上获得。
{"title":"Advancing understanding of long COVID pathophysiology through quantum walk-based network analysis.","authors":"Jaesub Park, Woochang Hwang, Seokjun Lee, Hyun Chang Lee, Méabh MacMahon, Matthias Zilbauer, Namshik Han","doi":"10.1093/bioadv/vbag050","DOIUrl":"https://doi.org/10.1093/bioadv/vbag050","url":null,"abstract":"<p><strong>Motivation: </strong>Long COVID is a multisystem condition characterized by persistent symptoms such as fatigue, cognitive impairment, and systemic inflammation following COVID-19 infection. However, its mechanisms remain poorly understood. In this study, we applied the quantum walk, a computational approach leveraging quantum interference, to explore large-scale SARS-CoV-2-induced protein networks.</p><p><strong>Result: </strong>Compared to the conventional random walk with restart method, the quantum walk demonstrated superior capacity to traverse deeper regions of the network, uncovering proteins and pathways implicated in Long COVID. Key findings include mitochondrial dysfunction, thromboinflammatory responses, and neuronal inflammation as central mechanisms. Quantum walk uniquely identified the CDGSH iron-sulfur domain-containing protein family and VDAC1, a mitochondrial calcium transporter, as critical regulators of these processes. VDAC1 emerged as a potential biomarker and therapeutic target, supported by FDA-approved compounds such as cannabidiol. These findings highlight quantum walk as a powerful tool for elucidating complex biological systems and identifying novel therapeutic targets for conditions like Long COVID.</p><p><strong>Availability and implementation: </strong>The code and input data that were used for this study are available at https://github.com/Namshik-Han-Lab/QuantumWalk-LongCovid.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag050"},"PeriodicalIF":2.8,"publicationDate":"2026-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12975004/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147438120","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Multi-output learning for systematic missing value imputation in DNA methylation arrays. DNA甲基化阵列中系统缺失值输入的多输出学习。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-15 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag052
Tao Ma, Jinfu Nie, Jian Huang, Yong-Biao Zhang, Joanna M Biernacka, Liguo Wang

Motivation: Illumina DNA methylation arrays have evolved rapidly, expanding genomic coverage while introducing backward incompatibilities by removing many CpG sites present in earlier versions. These changes result in systematic missing values when integrating data across array generations and substantially limiting the reuse of legacy datasets.

Results: We developed a two-stage framework for imputing missing DNA methylation values. The procedure first imputes randomly missing values using standard imputation techniques and then addresses systematic missingness using multi-output machine learning models, including support vector regression, nearest-neighbor methods, random forest models, and deep neural networks. When evaluated on real datasets with up to fifty percent induced missingness, the proposed framework consistently outperformed conventional imputation approaches. It also accurately imputes the missing CpG sites between methylation arrays and reduced representation bisulfite sequencing data, enabling robust cross-platform data integration. Analyses of large brain tumor methylation datasets demonstrate that the method restores array-specific methylation patterns while preserving biological complexity. Importantly, imputing missing methylation sites significantly improves the performance of epigenetic age prediction models.

Availability and implementation: This tool is implemented in the Python package "ultra-impute," freely available at https://github.com/liguowang/ultra-impute. A code snippet demonstrating the usage of the ultra-impute package is provided in a Jupyter Notebook (https://github.com/liguowang/ultra-impute/blob/master/doc/Tutorial.ipynb).

动机:Illumina DNA甲基化阵列发展迅速,扩大了基因组覆盖范围,同时通过去除早期版本中存在的许多CpG位点引入了向后不兼容。这些更改导致在跨数组代集成数据时系统地丢失值,并极大地限制了遗留数据集的重用。结果:我们开发了一个两阶段的框架,用于输入缺失的DNA甲基化值。该过程首先使用标准的输入技术输入随机缺失值,然后使用多输出机器学习模型(包括支持向量回归、最近邻方法、随机森林模型和深度神经网络)解决系统缺失。当在真实数据集上评估高达50%的诱导缺失时,所提出的框架始终优于传统的imputation方法。它还可以准确地估算甲基化阵列和亚硫酸氢盐测序数据之间缺失的CpG位点,从而实现强大的跨平台数据集成。对大型脑肿瘤甲基化数据集的分析表明,该方法在保留生物复杂性的同时恢复了阵列特异性甲基化模式。重要的是,输入缺失的甲基化位点显著提高了表观遗传年龄预测模型的性能。可用性和实现:该工具在Python包“ultra-impute”中实现,可在https://github.com/liguowang/ultra-impute免费获得。在Jupyter Notebook (https://github.com/liguowang/ultra-impute/blob/master/doc/Tutorial.ipynb)中提供了演示ultra-impute包用法的代码片段。
{"title":"Multi-output learning for systematic missing value imputation in DNA methylation arrays.","authors":"Tao Ma, Jinfu Nie, Jian Huang, Yong-Biao Zhang, Joanna M Biernacka, Liguo Wang","doi":"10.1093/bioadv/vbag052","DOIUrl":"https://doi.org/10.1093/bioadv/vbag052","url":null,"abstract":"<p><strong>Motivation: </strong>Illumina DNA methylation arrays have evolved rapidly, expanding genomic coverage while introducing backward incompatibilities by removing many CpG sites present in earlier versions. These changes result in systematic missing values when integrating data across array generations and substantially limiting the reuse of legacy datasets.</p><p><strong>Results: </strong>We developed a two-stage framework for imputing missing DNA methylation values. The procedure first imputes randomly missing values using standard imputation techniques and then addresses systematic missingness using multi-output machine learning models, including support vector regression, nearest-neighbor methods, random forest models, and deep neural networks. When evaluated on real datasets with up to fifty percent induced missingness, the proposed framework consistently outperformed conventional imputation approaches. It also accurately imputes the missing CpG sites between methylation arrays and reduced representation bisulfite sequencing data, enabling robust cross-platform data integration. Analyses of large brain tumor methylation datasets demonstrate that the method restores array-specific methylation patterns while preserving biological complexity. Importantly, imputing missing methylation sites significantly improves the performance of epigenetic age prediction models.</p><p><strong>Availability and implementation: </strong>This tool is implemented in the Python package \"ultra-impute,\" freely available at https://github.com/liguowang/ultra-impute. A code snippet demonstrating the usage of the ultra-impute package is provided in a Jupyter Notebook (https://github.com/liguowang/ultra-impute/blob/master/doc/Tutorial.ipynb).</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag052"},"PeriodicalIF":2.8,"publicationDate":"2026-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12955846/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147357785","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
Protein abundance inference via expectation-maximization in fluorosequencing. 蛋白质丰度推断通过期望最大化在荧光测序。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-15 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag053
Javier Kipen, Matthew Beauregard Smith, Thomas Blom, Sophia Bailing Zhou, Edward M Marcotte, Joakim Jaldén

Summary: Fluorosequencing generates millions of single peptide reads, yet a principled route to quantitative protein abundances has been lacking. We present a probabilistic framework that adapts expectation-maximization (EM) to the fluorosequencing measurement process, using posterior peptide probabilities from existing classifiers to estimate relative protein abundances. The algorithm iteratively updates abundances to maximize the likelihood of observed reads. We first evaluate five-protein simulations with realistic labeling and system errors. A simple Python implementation processes one million reads in under ten seconds on a standard workstation and reduces the mean absolute error by over an order of magnitude relative to a uniform-abundance guess, indicating robust performance in small-scale settings. We also assess scalability with full human-proteome simulations (20 642 proteins). Ten million reads are processed in under four hours on an NVIDIA DGX with a single Tesla V100 GPU, confirming tractability at proteome scale. Under current fluorosequencing error rates, the method yields modest accuracy gains, but when error rates are reduced, estimation error drops markedly, indicating that chemistry improvements would translate directly into more accurate quantitative proteomics. Overall, EM-based inference provides a scalable, model-driven bridge from peptide-level classification to protein-level quantification in fluorosequencing. Furthermore, the framework can also serve as a refinement step within other inference methods.

Availability and implementation: The code and data utilized to produce all the results of this paper is at https://github.com/JavierKipen/ProtInfGPU.

摘要:荧光测序产生数百万个单肽读数,但缺乏定量蛋白质丰度的原则途径。我们提出了一个概率框架,使期望最大化(EM)适应于荧光测序测量过程,使用现有分类器的后验肽概率来估计相对蛋白质丰度。该算法迭代更新丰度以最大化观察到的读取的可能性。我们首先评估五蛋白模拟与现实的标签和系统误差。一个简单的Python实现在标准工作站上在10秒内处理100万次读取,并将相对于均匀丰度猜测的平均绝对误差减少了一个数量级以上,表明在小规模设置中具有强大的性能。我们还评估了全人类蛋白质组模拟(20642个蛋白质)的可扩展性。在配备Tesla V100 GPU的NVIDIA DGX上,1000万次读取在4小时内完成,证实了蛋白质组级的可追溯性。在目前的荧光测序错误率下,该方法产生适度的准确性增益,但当错误率降低时,估计误差显着下降,这表明化学改进将直接转化为更准确的定量蛋白质组学。总的来说,基于em的推理提供了一个可扩展的,模型驱动的桥梁,从肽水平分类到蛋白质水平的荧光测序定量。此外,该框架还可以作为其他推理方法中的细化步骤。可用性和实现:用于生成本文所有结果的代码和数据位于https://github.com/JavierKipen/ProtInfGPU。
{"title":"Protein abundance inference via expectation-maximization in fluorosequencing.","authors":"Javier Kipen, Matthew Beauregard Smith, Thomas Blom, Sophia Bailing Zhou, Edward M Marcotte, Joakim Jaldén","doi":"10.1093/bioadv/vbag053","DOIUrl":"10.1093/bioadv/vbag053","url":null,"abstract":"<p><strong>Summary: </strong>Fluorosequencing generates millions of single peptide reads, yet a principled route to quantitative protein abundances has been lacking. We present a probabilistic framework that adapts expectation-maximization (EM) to the fluorosequencing measurement process, using posterior peptide probabilities from existing classifiers to estimate relative protein abundances. The algorithm iteratively updates abundances to maximize the likelihood of observed reads. We first evaluate five-protein simulations with realistic labeling and system errors. A simple Python implementation processes one million reads in under ten seconds on a standard workstation and reduces the mean absolute error by over an order of magnitude relative to a uniform-abundance guess, indicating robust performance in small-scale settings. We also assess scalability with full human-proteome simulations (20 642 proteins). Ten million reads are processed in under four hours on an NVIDIA DGX with a single Tesla V100 GPU, confirming tractability at proteome scale. Under current fluorosequencing error rates, the method yields modest accuracy gains, but when error rates are reduced, estimation error drops markedly, indicating that chemistry improvements would translate directly into more accurate quantitative proteomics. Overall, EM-based inference provides a scalable, model-driven bridge from peptide-level classification to protein-level quantification in fluorosequencing. Furthermore, the framework can also serve as a refinement step within other inference methods.</p><p><strong>Availability and implementation: </strong>The code and data utilized to produce all the results of this paper is at https://github.com/JavierKipen/ProtInfGPU.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag053"},"PeriodicalIF":2.8,"publicationDate":"2026-02-15","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12961269/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147379695","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
isoespy: an integrated long-read transcriptome workflow for isoform resolution and visualization. Isoespy:一个集成的长读转录组工作流,用于同种异构体分辨率和可视化。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-13 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag044
Ko Ikemoto, Akihiro Fujimoto

Summary: Long-read RNA-seq uncovers complex transcriptome diversity, opening new avenues for isoform-level expression analysis. Nevertheless, the functional diversity of individual isoforms is still poorly understood. We introduce isoespy, an analysis pipeline for integrating isoform structures, differential expression, and functional annotations from long-read RNA-seq data. The workflow integrates third-party open reading frame predictors, juxtaposes isoform expression levels with gene models, and visualizes positional and non-positional user-provided features. We applied isoespy to a transcriptome dataset of hepatocellular carcinoma, identifying differences in isoform usage and predicted protein function. isoespy facilitates the interpretation of transcriptomic complexity through integrated structural and functional visualization.

Availability and implementation: Isoespy is freely available at https://github.com/kolikem/isoespy.

摘要:长读RNA-seq揭示了复杂的转录组多样性,为同工型水平的表达分析开辟了新的途径。然而,个体同种异构体的功能多样性仍然知之甚少。我们介绍了isoespy,这是一个分析管道,用于整合来自长读RNA-seq数据的异构体结构,差异表达和功能注释。该工作流程集成了第三方开放阅读框预测器,并置同种异构体表达水平与基因模型,并可视化位置和非位置用户提供的功能。我们将isoespy应用于肝细胞癌的转录组数据集,识别异构体使用和预测蛋白质功能的差异。Isoespy通过集成的结构和功能可视化促进转录组复杂性的解释。可用性和实现:Isoespy可以在https://github.com/kolikem/isoespy上免费获得。
{"title":"isoespy: an integrated long-read transcriptome workflow for isoform resolution and visualization.","authors":"Ko Ikemoto, Akihiro Fujimoto","doi":"10.1093/bioadv/vbag044","DOIUrl":"10.1093/bioadv/vbag044","url":null,"abstract":"<p><strong>Summary: </strong>Long-read RNA-seq uncovers complex transcriptome diversity, opening new avenues for isoform-level expression analysis. Nevertheless, the functional diversity of individual isoforms is still poorly understood. We introduce isoespy, an analysis pipeline for integrating isoform structures, differential expression, and functional annotations from long-read RNA-seq data. The workflow integrates third-party open reading frame predictors, juxtaposes isoform expression levels with gene models, and visualizes positional and non-positional user-provided features. We applied isoespy to a transcriptome dataset of hepatocellular carcinoma, identifying differences in isoform usage and predicted protein function. isoespy facilitates the interpretation of transcriptomic complexity through integrated structural and functional visualization.</p><p><strong>Availability and implementation: </strong>Isoespy is freely available at https://github.com/kolikem/isoespy.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag044"},"PeriodicalIF":2.8,"publicationDate":"2026-02-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12935161/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147313028","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
rMAP 2.0: a modular, reproducible, and scalable WDL-Cromwell-Docker workflow for genomic analysis of ESKAPEE pathogens. rMAP 2.0:一个模块化的,可重复的,可扩展的WDL-Cromwell-Docker工作流程,用于ESKAPEE病原体的基因组分析。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-13 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag046
Gerald Mboowa, Ivan Sserwadda, Stephen Kanyerezi

Motivation: Antimicrobial resistance surveillance in ESKAPEE pathogens (Enterococcus faecium, Staphylococcus aureus, Klebsiella pneumoniae, Acinetobacter baumannii, Pseudomonas aeruginosa, Enterobacter spp., and Escherichia coli) requires reproducible, portable whole-genome analysis that public health laboratories including those operating under data-sovereignty constraints can run on laptops, institutional servers, or cloud backends without local dependency conflicts. rMAP 2.0 addresses these needs using a containerized Workflow Description Language pipeline executed with Cromwell.

Results: rMAP 2.0 standardizes end-to-end bacterial whole-genome analysis-read quality control, trimming, assembly and annotation, resistance/virulence/mobile-element profiling, sequence typing, pangenome inference, and phylogenetic reconstruction using containerized execution, and generates a single interactive HTML report that collates outputs for rapid review. The workflow supports fully offline execution (including BLAST searches) for data-sovereign deployments and can run on local workstations, institutional servers, and cloud backends where Docker is supported, providing a consistent execution environment without local tool installation. In a representative benchmark of 20 Enterobacterales isolates, rMAP 2.0 completed a cohort run in ∼4.5 hours on an 8-core/16-GB laptop and flagged a public record misannotated in public repository metadata (SRR9703249, reclassified from K. pneumoniae to Enterobacter cloacae sequence type 182), while confirming lineage assignments such as E. coli sequence type 131.

Availability and implementation: https://github.com/gmboowa/rMAP-2.0 and example workflow reports are available at: https://gmboowa.github.io/rMAP-2.0/.

动机:ESKAPEE病原体(粪肠球菌、金黄色葡萄球菌、肺炎克雷伯菌、鲍曼不动杆菌、铜绿假单胞菌、肠杆菌和大肠杆菌)的抗菌素耐药性监测需要可重复的便携式全基因组分析,包括那些在数据主权约束下运行的公共卫生实验室,可以在笔记本电脑、机构服务器或云后端上运行,而不会产生本地依赖冲突。rMAP 2.0使用克伦威尔执行的容器化工作流描述语言管道解决了这些需求。结果:rMAP 2.0标准化了端到端细菌全基因组分析-读取质量控制、修剪、组装和注释、抗性/毒力/移动元素分析、序列分型、泛基因组推断和系统发育重建,并生成一个单一的交互式HTML报告,整理输出以供快速审查。工作流支持数据主权部署的完全离线执行(包括BLAST搜索),并且可以在支持Docker的本地工作站,机构服务器和云后端上运行,提供一致的执行环境,而无需本地安装工具。在20个肠杆菌分离株的代表性基准中,rMAP 2.0在一台8核/16 gb的笔记本电脑上完成了约4.5小时的队列运行,并标记了公共存储库元数据中错误注释的公共记录(SRR9703249,从肺炎克雷伯菌重新分类为阴肠杆菌序列182型),同时确认了谱系分配,如大肠杆菌序列131型。可用性和实现:https://github.com/gmboowa/rMAP-2.0和示例工作流报告可在:https://gmboowa.github.io/rMAP-2.0/。
{"title":"rMAP 2.0: a modular, reproducible, and scalable WDL-Cromwell-Docker workflow for genomic analysis of ESKAPEE pathogens.","authors":"Gerald Mboowa, Ivan Sserwadda, Stephen Kanyerezi","doi":"10.1093/bioadv/vbag046","DOIUrl":"https://doi.org/10.1093/bioadv/vbag046","url":null,"abstract":"<p><strong>Motivation: </strong>Antimicrobial resistance surveillance in ESKAPEE pathogens (<i>Enterococcus faecium</i>, <i>Staphylococcus aureus</i>, <i>Klebsiella pneumoniae</i>, <i>Acinetobacter baumannii</i>, <i>Pseudomonas aeruginosa</i>, <i>Enterobacter</i> spp., and <i>Escherichia coli</i>) requires reproducible, portable whole-genome analysis that public health laboratories including those operating under data-sovereignty constraints can run on laptops, institutional servers, or cloud backends without local dependency conflicts. rMAP 2.0 addresses these needs using a containerized Workflow Description Language pipeline executed with Cromwell.</p><p><strong>Results: </strong>rMAP 2.0 standardizes end-to-end bacterial whole-genome analysis-read quality control, trimming, assembly and annotation, resistance/virulence/mobile-element profiling, sequence typing, pangenome inference, and phylogenetic reconstruction using containerized execution, and generates a single interactive HTML report that collates outputs for rapid review. The workflow supports fully offline execution (including BLAST searches) for data-sovereign deployments and can run on local workstations, institutional servers, and cloud backends where Docker is supported, providing a consistent execution environment without local tool installation. In a representative benchmark of 20 Enterobacterales isolates, rMAP 2.0 completed a cohort run in ∼4.5 hours on an 8-core/16-GB laptop and flagged a public record misannotated in public repository metadata (SRR9703249, reclassified from <i>K. pneumoniae</i> to <i>Enterobacter cloacae</i> sequence type 182), while confirming lineage assignments such as <i>E. coli</i> sequence type 131.</p><p><strong>Availability and implementation: </strong>https://github.com/gmboowa/rMAP-2.0 and example workflow reports are available at: https://gmboowa.github.io/rMAP-2.0/.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag046"},"PeriodicalIF":2.8,"publicationDate":"2026-02-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12955837/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147357753","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
MIRit: an integrative R framework for the identification of impaired miRNA-mRNA regulatory networks in complex diseases. MIRit:一个识别复杂疾病中受损的miRNA-mRNA调控网络的综合R框架。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-13 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag042
Jacopo Ronchi, Maria Foti

Motivation: MicroRNAs (miRNAs) play a central role in controlling gene expression, and their abnormal activity is frequently linked to disease. Despite advancements in transcriptomic technologies, elucidating miRNA-mediated mechanisms remains challenging due to methodological limitations and a lack of standardized frameworks.

Results: To overcome these barriers, we developed MIRit, a comprehensive R package designed for the rigorous analysis of miRNA-mRNA interactions. With flexible support for both matched and unmatched datasets, MIRit leverages cutting-edge target identification strategies and applies suitable statistical approaches for each scenario. In this study, we benchmarked the performance of commonly used statistical tests for integrative miRNA analysis and demonstrated the effectiveness of MIRit across three human disease contexts-dilated cardiomyopathy, clear cell renal cell carcinoma, and Alzheimer's disease-by uncovering functionally relevant miRNA-target disruptions consistent with known disease mechanisms. Through its streamlined pipeline and biologically appropriate methods, MIRit enables more reproducible and accurate insights into the complex landscape of post-transcriptional regulation.

Availability and implementation: The tool is fully open-source and freely accessible via Bioconductor (https://bioconductor.org/packages/release/bioc/html/MIRit.html), making it readily available to the broader scientific community.

动机:MicroRNAs (miRNAs)在控制基因表达中起着核心作用,其异常活动经常与疾病有关。尽管转录组学技术取得了进步,但由于方法上的限制和缺乏标准化框架,阐明mirna介导的机制仍然具有挑战性。结果:为了克服这些障碍,我们开发了MIRit,这是一个全面的R包,旨在严格分析miRNA-mRNA相互作用。通过对匹配和不匹配数据集的灵活支持,MIRit利用尖端的目标识别策略,并为每个场景应用合适的统计方法。在这项研究中,我们对综合miRNA分析常用统计测试的性能进行了基准测试,并通过发现与已知疾病机制一致的功能相关的miRNA靶点中断,证明了MIRit在三种人类疾病背景下(扩张型心肌病、透明细胞肾细胞癌和阿尔茨海默病)的有效性。通过其流线型的管道和生物学上合适的方法,MIRit能够对转录后调控的复杂景观进行更可复制和更准确的见解。可用性和实现:该工具是完全开源的,可以通过Bioconductor (https://bioconductor.org/packages/release/bioc/html/MIRit.html)免费访问,使其易于广泛的科学界使用。
{"title":"MIRit: an integrative R framework for the identification of impaired miRNA-mRNA regulatory networks in complex diseases.","authors":"Jacopo Ronchi, Maria Foti","doi":"10.1093/bioadv/vbag042","DOIUrl":"10.1093/bioadv/vbag042","url":null,"abstract":"<p><strong>Motivation: </strong>MicroRNAs (miRNAs) play a central role in controlling gene expression, and their abnormal activity is frequently linked to disease. Despite advancements in transcriptomic technologies, elucidating miRNA-mediated mechanisms remains challenging due to methodological limitations and a lack of standardized frameworks.</p><p><strong>Results: </strong>To overcome these barriers, we developed MIRit, a comprehensive R package designed for the rigorous analysis of miRNA-mRNA interactions. With flexible support for both matched and unmatched datasets, MIRit leverages cutting-edge target identification strategies and applies suitable statistical approaches for each scenario. In this study, we benchmarked the performance of commonly used statistical tests for integrative miRNA analysis and demonstrated the effectiveness of MIRit across three human disease contexts-dilated cardiomyopathy, clear cell renal cell carcinoma, and Alzheimer's disease-by uncovering functionally relevant miRNA-target disruptions consistent with known disease mechanisms. Through its streamlined pipeline and biologically appropriate methods, MIRit enables more reproducible and accurate insights into the complex landscape of post-transcriptional regulation.</p><p><strong>Availability and implementation: </strong>The tool is fully open-source and freely accessible via Bioconductor (https://bioconductor.org/packages/release/bioc/html/MIRit.html), making it readily available to the broader scientific community.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag042"},"PeriodicalIF":2.8,"publicationDate":"2026-02-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12961272/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147379558","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
A kernel density estimation-based approach for quantifying O-GlcNAcylation dysregulation in cancer from gene expression data. 一种基于核密度估计的方法,用于从基因表达数据中量化癌症中o - glcn酰化失调。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-13 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag045
Rastko Stojšin, Jinlian Wang, Hongfang Liu

Motivation: O-GlcNAcylation, a dynamic post-translational modification regulated by O-GlcNAc transferase (OGT) and O-GlcNAcase (OGA), influences critical biological processes and is dysregulated in cancers. Direct measurement of O-GlcNAcylation dysregulation is challenging due to its instability and low-throughput nature, limiting large-scale studies. However, the regulatory simplicity of this system and the availability of transcriptomic data enable inference of dysregulation from OGT and OGA expression.

Results: We introduce a nonparametric kernel density estimation-based approach to quantify O-GlcNAcylation dysregulation using joint OGT and OGA expression. In simulated datasets with varied expression patterns and controlled dysregulation levels, our method consistently outperformed canonical metrics in quantifying dysregulation. In TCGA data from six cancer types, inferred regulation scores were significantly lower in cancer samples (0.25-0.30 vs. 0.49-0.51) and showed strong distributional differences (Kolmogorov-Smirnov P values <5.95e-11; D-statistics >0.31) compared to those from healthy samples. The scores also allow for accurate classification of cancer status (AUROC: 0.71-0.75) and generalized well to external datasets without retraining. This transcriptomics-based framework offers a scalable approach for interpretable quantification of O-GlcNAcylation dysregulation in cancer.

Availability and implementation: The code and datasets used in this study are freely available at https://github.com/wonder-ai/O-GlcNAcylation_Project under an open-source license.

o - glcn酰化是一种由O-GlcNAc转移酶(OGT)和O-GlcNAcase (OGA)调控的动态翻译后修饰,影响关键的生物学过程,并在癌症中失调。直接测量o - glcn酰化失调是具有挑战性的,因为它的不稳定性和低通量的性质,限制了大规模的研究。然而,该系统的调节简单性和转录组学数据的可用性使得从OGT和OGA表达推断失调成为可能。结果:我们引入了一种基于非参数核密度估计的方法,通过OGT和OGA的联合表达来量化o - glcnac酰化失调。在具有不同表达模式和控制失调水平的模拟数据集中,我们的方法在量化失调方面始终优于规范指标。在六种癌症类型的TCGA数据中,癌症样本的推断调节评分显著低于健康样本(0.25-0.30 vs. 0.49-0.51),且与健康样本相比存在强烈的分布差异(Kolmogorov-Smirnov P值0.31)。该评分还允许对癌症状态进行准确分类(AUROC: 0.71-0.75),并且无需再训练即可很好地推广到外部数据集。这种基于转录组学的框架为癌症中o - glcn酰化失调的可解释量化提供了一种可扩展的方法。可用性和实现:本研究中使用的代码和数据集在开源许可下可在https://github.com/wonder-ai/O-GlcNAcylation_Project免费获得。
{"title":"A kernel density estimation-based approach for quantifying O-GlcNAcylation dysregulation in cancer from gene expression data.","authors":"Rastko Stojšin, Jinlian Wang, Hongfang Liu","doi":"10.1093/bioadv/vbag045","DOIUrl":"10.1093/bioadv/vbag045","url":null,"abstract":"<p><strong>Motivation: </strong>O-GlcNAcylation, a dynamic post-translational modification regulated by O-GlcNAc transferase (OGT) and O-GlcNAcase (OGA), influences critical biological processes and is dysregulated in cancers. Direct measurement of O-GlcNAcylation dysregulation is challenging due to its instability and low-throughput nature, limiting large-scale studies. However, the regulatory simplicity of this system and the availability of transcriptomic data enable inference of dysregulation from OGT and OGA expression.</p><p><strong>Results: </strong>We introduce a nonparametric kernel density estimation-based approach to quantify O-GlcNAcylation dysregulation using joint OGT and OGA expression. In simulated datasets with varied expression patterns and controlled dysregulation levels, our method consistently outperformed canonical metrics in quantifying dysregulation. In TCGA data from six cancer types, inferred regulation scores were significantly lower in cancer samples (0.25-0.30 vs. 0.49-0.51) and showed strong distributional differences (Kolmogorov-Smirnov <i>P</i> values <5.95e-11; D-statistics >0.31) compared to those from healthy samples. The scores also allow for accurate classification of cancer status (AUROC: 0.71-0.75) and generalized well to external datasets without retraining. This transcriptomics-based framework offers a scalable approach for interpretable quantification of O-GlcNAcylation dysregulation in cancer.</p><p><strong>Availability and implementation: </strong>The code and datasets used in this study are freely available at https://github.com/wonder-ai/O-GlcNAcylation_Project under an open-source license.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag045"},"PeriodicalIF":2.8,"publicationDate":"2026-02-13","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12980335/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147464075","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
BCGLMs: Bayesian modeling for disease prediction using compositional microbiome features. BCGLMs:利用微生物组组成特征进行疾病预测的贝叶斯模型。
IF 2.8 Q2 MATHEMATICAL & COMPUTATIONAL BIOLOGY Pub Date : 2026-02-11 eCollection Date: 2026-01-01 DOI: 10.1093/bioadv/vbag041
Li Zhang, Zhenying Ding, Nengjun Yi

Motivation: BCGLMs is a freely available R package that provides functions for setting up and fitting Bayesian compositional models for continuous, binary, ordinal and survival responses. It also includes models with random effects to capture sample-related accumulated small effects, improving prediction accuracy. The package includes tools for summarizing results from fitted models both numerically and graphically. Built on top of the widely used brms package, BCGLMs enable users to incorporate phylogenetic relationships between microbiome taxa into the modeling framework. Overall, BCGLMs package offers a flexible and powerful set of tools for analyzing compositional microbiome data.

Availability and implementation: The package is publicly available via GitHub https://github.com/Li-Zhang28/BCGLMs.

动机:BCGLMs是一个免费的R包,提供了建立和拟合连续、二进制、有序和生存响应的贝叶斯组成模型的功能。它还包括具有随机效应的模型,以捕获与样本相关的累积小效应,提高预测精度。该软件包包括用于从拟合模型中总结数值和图形结果的工具。建立在广泛使用的brms包之上,BCGLMs使用户能够将微生物组分类群之间的系统发育关系纳入建模框架。总体而言,BCGLMs软件包提供了一套灵活而强大的工具来分析组成微生物组数据。可用性和实现:该包可通过GitHub https://github.com/Li-Zhang28/BCGLMs公开获得。
{"title":"BCGLMs: Bayesian modeling for disease prediction using compositional microbiome features.","authors":"Li Zhang, Zhenying Ding, Nengjun Yi","doi":"10.1093/bioadv/vbag041","DOIUrl":"10.1093/bioadv/vbag041","url":null,"abstract":"<p><strong>Motivation: </strong><b>BCGLMs</b> is a freely available R package that provides functions for setting up and fitting Bayesian compositional models for continuous, binary, ordinal and survival responses. It also includes models with random effects to capture sample-related accumulated small effects, improving prediction accuracy. The package includes tools for summarizing results from fitted models both numerically and graphically. Built on top of the widely used <b>brms</b> package, <b>BCGLMs</b> enable users to incorporate phylogenetic relationships between microbiome taxa into the modeling framework. Overall, <b>BCGLMs</b> package offers a flexible and powerful set of tools for analyzing compositional microbiome data.</p><p><strong>Availability and implementation: </strong>The package is publicly available via GitHub https://github.com/Li-Zhang28/BCGLMs.</p>","PeriodicalId":72368,"journal":{"name":"Bioinformatics advances","volume":"6 1","pages":"vbag041"},"PeriodicalIF":2.8,"publicationDate":"2026-02-11","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://www.ncbi.nlm.nih.gov/pmc/articles/PMC12935159/pdf/","citationCount":null,"resultStr":null,"platform":"Semanticscholar","paperid":"147313026","PeriodicalName":null,"FirstCategoryId":null,"ListUrlMain":null,"RegionNum":0,"RegionCategory":"","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":"OA","EPubDate":null,"PubModel":null,"JCR":null,"JCRName":null,"Score":null,"Total":0}
引用次数: 0
期刊
Bioinformatics advances
全部 Acc. Chem. Res. ACS Applied Bio Materials ACS Appl. Electron. Mater. ACS Appl. Energy Mater. ACS Appl. Mater. Interfaces ACS Appl. Nano Mater. ACS Appl. Polym. Mater. ACS BIOMATER-SCI ENG ACS Catal. ACS Cent. Sci. ACS Chem. Biol. ACS Chemical Health & Safety ACS Chem. Neurosci. ACS Comb. Sci. ACS Earth Space Chem. ACS Energy Lett. ACS Infect. Dis. ACS Macro Lett. ACS Mater. Lett. ACS Med. Chem. Lett. ACS Nano ACS Omega ACS Photonics ACS Sens. ACS Sustainable Chem. Eng. ACS Synth. Biol. Anal. Chem. BIOCHEMISTRY-US Bioconjugate Chem. BIOMACROMOLECULES Chem. Res. Toxicol. Chem. Rev. Chem. Mater. CRYST GROWTH DES ENERG FUEL Environ. Sci. Technol. Environ. Sci. Technol. Lett. Eur. J. Inorg. Chem. IND ENG CHEM RES Inorg. Chem. J. Agric. Food. Chem. J. Chem. Eng. Data J. Chem. Educ. J. Chem. Inf. Model. J. Chem. Theory Comput. J. Med. Chem. J. Nat. Prod. J PROTEOME RES J. Am. Chem. Soc. LANGMUIR MACROMOLECULES Mol. Pharmaceutics Nano Lett. Org. Lett. ORG PROCESS RES DEV ORGANOMETALLICS J. Org. Chem. J. Phys. Chem. J. Phys. Chem. A J. Phys. Chem. B J. Phys. Chem. C J. Phys. Chem. Lett. Analyst Anal. Methods Biomater. Sci. Catal. Sci. Technol. Chem. Commun. Chem. Soc. Rev. CHEM EDUC RES PRACT CRYSTENGCOMM Dalton Trans. Energy Environ. Sci. ENVIRON SCI-NANO ENVIRON SCI-PROC IMP ENVIRON SCI-WAT RES Faraday Discuss. Food Funct. Green Chem. Inorg. Chem. Front. Integr. Biol. J. Anal. At. Spectrom. J. Mater. Chem. A J. Mater. Chem. B J. Mater. Chem. C Lab Chip Mater. Chem. Front. Mater. Horiz. MEDCHEMCOMM Metallomics Mol. Biosyst. Mol. Syst. Des. Eng. Nanoscale Nanoscale Horiz. Nat. Prod. Rep. New J. Chem. Org. Biomol. Chem. Org. Chem. Front. PHOTOCH PHOTOBIO SCI PCCP Polym. Chem.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
0
微信
客服QQ
Book学术公众号 扫码关注我们
反馈
×
意见反馈
请填写您的意见或建议
请填写您的手机或邮箱
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
现在去查看 取消
×
提示
确定
Book学术官方微信
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术
文献互助 智能选刊 最新文献 互助须知 联系我们:info@booksci.cn
Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。
Copyright © 2023 Book学术 All rights reserved.
ghs 京公网安备 11010802042870号 京ICP备2023020795号-1