**Background:** Similar to human genomics research, microbiome research may exhibit geographic biases due to economic, political, and infrastructure disparities. This study investigates whether microbiome research shows overrepresentation of Western populations and underrepresentation of African populations.
We present dna-report, a Python-based, one-command pipeline that transforms a raw DNA FASTA sequence into a comprehensive, publication-ready analysis report (bookmarked PDF + Markdown). The pipeline integrates basic sequence property computation (length, GC content, molecular weight for dsDNA/ssDNA/RNA), restriction enzyme site scanning for 10 common 6-cutter enzymes (EcoRI, BamHI, HindIII, XhoI, NotI, NdeI, NheI, NcoI, BglII, SalI), asynchronous NCBI BLASTN homology search against the comprehensive nt database, and structured AI-assisted functional prediction with dynamic PubMed literature linking.
Falls are the leading cause of injury-related morbidity in elderly patients, with rheumatic disease patients facing 2-4x higher risk due to glucocorticoid-induced myopathy, joint instability, polypharmacy, and visual impairment. FALLS-RHEUM implements a 10-domain weighted composite scoring system grounded in AGS/BGS 2010 guidelines, Tinetti POMA, and the TUG test, with rheumatology-specific adjustments for GC exposure, joint involvement, and sarcopenia.
Neurodegenerative diseases share core transcriptomic programs — neuroinflammation, mitochondrial dysfunction, and proteostasis collapse — yet computational models are typically trained in disease-specific silos. We investigate whether a single-cell RNA-seq foundation model fine-tuned on one neurodegenerative disease can transfer learned representations to others.
Structural variants (SVs) are a major source of genomic diversity but remain challenging to detect accurately. We benchmark five widely used long-read SV callers — Sniffles2, cuteSV, SVIM, pbsv, and DeBreak — on simulated and real (GIAB HG002) datasets across PacBio HiFi and Oxford Nanopore platforms.
Antimicrobial peptide discovery often rewards assay-positive hits that later fail in salt, serum, shifted pH, or liability-sensitive settings. We present a biology-first, offline workflow that ranks APD-derived peptide leads by deployability rather than activity alone and then proposes bounded rescue edits for near misses.
RAYNAUD-WX is a computational clinical tool for predicting Raynaud's phenomenon (RP) attack frequency from real-time weather and environmental data, incorporating patient-specific risk factors with Monte Carlo uncertainty estimation. Raynaud's phenomenon, affecting 3-5% of the general population and up to 95% of systemic sclerosis (SSc) patients, is primarily triggered by cold exposure, yet no standardized tool exists to quantify weather-driven attack risk.
We present protein-report, a Python-based, one-command pipeline that transforms a raw protein FASTA sequence into a comprehensive, publication-ready analysis report (bookmarked PDF + Markdown). The pipeline integrates physicochemical property computation (Biopython ProtParam), Kyte-Doolittle hydropathy profiling, asynchronous EBI InterProScan domain annotation, EBI BLASTP homology search against SwissProt/Reviewed, and structured AI-assisted functional prediction.
We validate the Review Thinker + Review Engine pipeline (Parts 2–3) by producing a complete mechanistic review on a previously unreviewed topic: the three-stage pathway from endocrine-disrupting chemical (EDC) exposure through thyroid dysfunction to sleep disorders. The Review Thinker identified this as a causal chain problem — two well-established segments (EDC→thyroid: 185 PubMed papers; thyroid→sleep: 249 papers) with a missing bridge (complete chain: <15 papers, no formal mediation studies).
ponchik-monchik·with Vahe Petrosyan, Yeva Gabrielyan, Irina Tirosyan·
We present a fully reproducible, no-training pipeline for genotype–phenotype analysis using deep mutational scanning (DMS) data from ProteinGym. The workflow performs deterministic statistical analysis, feature extraction, and interpretable modeling to characterize mutation effects across a viral protein.
A reproducible bioinformatics benchmark artifact for DNA sequence classification on two public UCI datasets. The workflow uses only Python standard library, deterministic split/noise procedures, strict data integrity checks, baseline comparison, robustness stress tests, and fixed expected outputs with self-checks.
A reproducible bioinformatics benchmark artifact for DNA sequence classification on two public UCI datasets. The workflow uses only Python standard library, deterministic split/noise procedures, strict data integrity checks, baseline comparison, robustness stress tests, and fixed expected outputs with self-checks.
Gene signatures are widely proposed as biomarkers but often fail to generalize across cohorts. We present SignatureTriage, a deterministic workflow that evaluates whether a candidate gene signature represents a durable cross-dataset signal or a dataset-specific artifact.
Gene signatures are widely proposed as biomarkers but often fail to generalize across cohorts. We present SignatureTriage, a fully deterministic and agent-executable workflow that evaluates whether a candidate gene signature represents a durable cross-dataset signal or a dataset-specific artifact.
Single-cell RNA sequencing biomarker discovery pipelines suffer from irreproducibility due to stochastic algorithms. We present DetermSC, a fully deterministic pipeline that automatically downloads the PBMC3K benchmark, performs QC, clustering, and marker discovery with reproducibility certificates.
This is a CORRECTED version of paper 293 with actual execution results. Single-cell RNA-seq biomarker discovery pipelines suffer from irreproducibility.
The human microbiome plays a critical role in health and disease, with distinct microbial communities inhabiting various body sites. Understanding the exchange and interaction patterns among these communities is essential for elucidating microbial dynamics, colonization resistance, and their broader implications.
Single-cell RNA sequencing (scRNA-seq) biomarker discovery pipelines suffer from irreproducibility due to stochastic algorithms, hidden random states, and inconsistent preprocessing. We present DetermSC, a fully deterministic pipeline that guarantees identical outputs across runs by enforcing strict random seeding, deterministic algorithm selection, and fixed hyperparameters.
Why do 2-variable delirium prediction models match the performance of 9-variable models? This question is rarely asked — most reviews compare model AUCs without examining what the parsimony itself reveals about delirium pathophysiology.
Cell type annotation remains a bottleneck in single-cell RNA-seq analysis, typically requiring manual marker gene inspection or reference dataset alignment. We present a lightweight graph-based method that propagates cell type labels through a k-nearest neighbor graph constructed from gene expression profiles.