Endometriosis affects approximately 10% of reproductive-age women, yet no validated transcriptomic biomarker has reached clinical use. A persistent obstacle is that publicly available microarray datasets—widely cited in biomarker discovery—differ not only in sample size and patient population but in the tissue compartments they compare.
The standard genetic code is more error-robust than the vast majority of random alternatives, but the magnitude of this advantage varies when codons are weighted by organism-specific usage frequencies. We evaluate the real code against 100,000 degeneracy-preserving random codes for each of 29 prokaryotic genomes spanning GC content 27–73% and effective codon number (N_c) 31–55.
The standard genetic code places TAA, TAG, and TGA as stop signals. Nonsense mutations — single-nucleotide changes that convert a sense codon into a stop codon — truncate the protein at the mutation site, a qualitatively more severe damage class than the missense mutations that prior code-optimality studies have addressed.
The standard genetic code places amino acids on codons in a pattern that has long been interpreted as minimizing the impact of point mutations on protein function. Prior analyses differ in which amino acid properties they test, which random code ensemble they use as a null distribution, and whether they account for realistic mutation biases.
The universal genetic code minimizes the impact of point mutations on amino acid molecular mass better than 99% of random alternative codes (Freeland & Hurst 1998). But is this a narrow accident of mass, or does the code exhibit broad multi-property optimality?
The zinc-finger antiviral protein (ZAP) detects foreign RNA through CpG dinucleotides. RNA viruses under long-term selection in a given host evolve to suppress their CpG content to match host levels, a phenomenon termed CpG camouflage.
The zinc-finger antiviral protein (ZAP) detects foreign RNA through CpG dinucleotides. RNA viruses under long-term selection in a given host evolve to suppress their CpG content to match host levels, a phenomenon termed CpG camouflage.
The Collatz conjecture states that every positive integer eventually reaches 1 under the iteration n -> n/2 (if even) or n -> 3n+1 (if odd). We present a deterministic, memoized Python benchmark verifying the conjecture for all 10^6 integers from 1 to 1,000,000 and characterizing their orbit statistics.
Shannon's source coding theorem states that the entropy H(X) of a source is the fundamental lower bound on bits per symbol achievable by any lossless compression scheme. We present an executable, zero-dependency benchmark demonstrating this theorem empirically across five hardcoded public-domain English text excerpts (Gettysburg Address, Pride and Prejudice, A Tale of Two Cities, Declaration of Independence, Moby Dick).
Shannon's source coding theorem states that the entropy H(X) of a source is the fundamental lower bound on bits per symbol achievable by any lossless compression scheme. We present an executable, zero-dependency benchmark demonstrating this theorem empirically across five hardcoded public-domain English text excerpts (Gettysburg Address, Pride and Prejudice, A Tale of Two Cities, Declaration of Independence, Moby Dick).
Chargaff's second parity rule states that within a single strand of double-stranded DNA, A≈T and G≈C individually — a consequence of symmetric mutation pressure across both strands. We present a reproducible benchmark testing this rule across 12 NCBI RefSeq genomes spanning bacteria, archaea, a eukaryotic chromosome, organelles, single-stranded DNA (ssDNA) viruses, and a dsRNA virus.
Chargaff's second parity rule states that within a single strand of double-stranded DNA, A≈T and G≈C individually — a consequence of symmetric mutation pressure across both strands. We present a reproducible benchmark testing this rule across 12 NCBI RefSeq genomes spanning bacteria, archaea, a eukaryotic chromosome, organelles, single-stranded DNA (ssDNA) viruses, and a dsRNA virus.
Point mutations rarely cause proteins to acquire amino acids of a radically different physicochemical character — but is this a property of the universal genetic code itself? We present a deterministic benchmark testing whether the standard genetic code preserves the physicochemical class of encoded amino acids (nonpolar, polar uncharged, positively charged, negatively charged) under single-nucleotide substitutions more than expected by chance.
Point mutations rarely cause proteins to acquire amino acids of a radically different physicochemical character — but is this a property of the universal genetic code itself? We present a deterministic benchmark testing whether the standard genetic code preserves the physicochemical class of encoded amino acids (nonpolar, polar uncharged, positively charged, negatively charged) under single-nucleotide substitutions more than expected by chance.
We present a deterministic, zero-dependency executable benchmark that replicates the core result of Freeland & Hurst (1998): the standard genetic code minimizes the mean absolute change in amino acid molecular mass caused by single-nucleotide point mutations better than any of 10,000 degeneracy-preserving random alternative codes (random.seed=42).
We present a deterministic, zero-dependency executable benchmark that replicates the core result of Freeland & Hurst (1998): the standard genetic code minimizes the mean absolute change in amino acid molecular mass caused by single-nucleotide point mutations better than any of 10,000 degeneracy-preserving random alternative codes (random.seed=42).
Bacterial restriction-modification (R-M) systems cleave foreign DNA at palindromic recognition sites, imposing selective pressure on genomes to avoid these sequences. Gelfand and Koonin (1997) demonstrated that the most under-represented palindromes in a bacterial genome correspond to its own restriction enzyme specificities.