Search bioRxiv⌕ Search

Biology subjects

Ratto, M. L.

Publications and source records attributed to Ratto, M. L..

3 recordsLinked to original sources

Combinatorial and Inducible CRISPRa/i Enables Canalized hiPSC Forward Programming and Iterative Refinement via Single-Cell Genomics

Synthetic gene-regulation logic is established in immortalized cell lines but remains largely aspirational in human induced pluripotent stem cells (hiPSCs) and derivatives. This gap constrains both mechanistic discovery and translational engineering in physiologically relevant models. We developed CIRI (Combinatorial Inducible CRISPR in IPSCs), an isogenic, safe-harbor-engineered platform in which tetracycline-responsive single guide RNAs (sgR-NAs) carry modular RNA aptamers that recruit RNA-binding proteins and effector domains. This design enables multimodal regulation from a single catalytically inactive Cas9 (dCas9), exemplified by orthogonal CRISPR activation and interference (CRISPRa/i). After optimizing sgRNA-aptamer architectures, we achieved robust CRISPRa and CRISPRi in hiPSCs and hiPSC-derived cardiac organoids. CIRI rapidly channels hiPSC forward programming into skeletal myocytes by activating MYOD1 while repressing NANOG, POU5F1/OCT4, and SOX2. Combinatorial pooled dual-guide single-cell RNA sequencing screens identify ID3 as a road-block and KDM6B and SMARCD3 as synergistic enhancers of myogenic maturation. Together, CIRI establishes a programmable synthetic biology framework in human stem cell models. GRAPHICAL ABSTRACT O_FIG O_LINKSMALLFIG WIDTH=200 HEIGHT=177 SRC="FIGDIR/small/729073v1_ufig1.gif" ALT="Figure 1"> View larger version (53K): org.highwire.dtl.DTLVardef@18ce445org.highwire.dtl.DTLVardef@de8d94org.highwire.dtl.DTLVardef@1212763org.highwire.dtl.DTLVardef@1a0d83d_HPS_FORMAT_FIGEXP M_FIG C_FIG

synthetic biology↗

Alternative lengthening of telomeres stratifies complex karyotype sarcomas into distinct genomic and transcriptomic states

Complex karyotype sarcomas (CKS) are heterogeneous mesenchymal malignancies that typically lack recurrent actionable oncogenic drivers and remain therapeutically challenging. Loss of ATRX is a recurrent feature of CKS and defines a particularly high-risk subgroup. ATRX loss is also associated with activation of the alternative lengthening of telomeres (ALT) pathway, and ALT-positive sarcomas have been linked to poor clinical outcomes. However, the molecular underpinnings underlying ALT-status-dependent differences in CKS, as well as the therapeutic vulnerabilities associated with ALT, remain poorly defined. By integrating C-circle-based ALT detection across 776 sarcoma samples with multi-modal sequencing of five CKS subtypes, we find that ALT activity is associated with enriched hallmarks of genomic instability. ALT-positive transcriptomes are dominated by a coordinated DNA damage response and mitotic program, in contrast to oncogenic signaling pathways that drive TERT activation in ALT-negative tumors. Long-read sequencing reveals telomere repeat clusters and telomere-mediated healing at structural breakpoints in ALT-positive tumors. These events also occur on extrachromosomal DNA (ecDNA), linking ALT activity to ecDNA biology. Together, our findings position ALT status as an important stratifying feature of CKS and identify ALT-associated transcriptional programs as potential therapeutic targets.

cancer biology↗

REBEL, Reproducible Environment Builder for Explicit Library resolution

BackgroundAchieving FAIR-compliant computational research in bioinformatics is systematically undermined by two compounding challenges that existing tools leave unresolved: long-term reproducibility and accessibility. Standard package managers re-download dependencies from live repositories at every build, making environments vulnerable to library disappearance and version drift, and pinning a package version does not pin the versions of its transitive dependencies, causing divergences between builds performed at different points in time. Compounding this, packages from repositories such as CRAN, Bioconductor, and PyPI frequently omit critical system-level dependencies from their installation metadata, leaving users to manually discover which underlying library is missing or which version is required. Beyond these technical failures, constructing a truly reproducible environment demands expertise in containerization making reproducibility in practice a privilege and not a standard. FindingsWe present REBEL (Reproducible Environment Builder for Explicit Library Resolution), a framework that addresses both challenges through three dependency inference heuristics: (i) Deep Inspection of source code, (ii) Fuzzy Matching against a manually curated knowledge base, and (iii) Conservative Dependency Locking. The resolved dependency stack is then archived into a self-contained local store, enabling offline and deterministic rebuilds at any future time. We compared the installation of 1,000 randomly sampled CRAN packages in isolated Docker containers versus the standard package manager and REBEL resolved 149 of 328 standard installation failures (45.4%). Moreover through its DockerBuilder component, REBEL further generates fully reproducible Docker images from a plain text requirements file, making deterministic environment construction accessible without expertise in containerization. ConclusionsREBEL provides a practical foundation for FAIR-compliant, long-term reproducible bioinformatics analyses, making deterministic environment construction accessible to researchers regardless of their technical background. REBEL is freely available at https://github.com/Rebel-Project-Core

bioinformatics↗