SCAPE: An AI-Driven Platform for Comprehensive Single-Cell Data Analysis

preprint OA: closed CC-BY-NC-ND-4.0
📄 Open PDF Full text JSON View at publisher

Abstract

Single-cell RNA sequencing (scRNA-seq) has transformed the study of cellular heterogeneity, but downstream analysis remains fragmented and technically demanding. Current pipelines often lack analytical diversity, require programming expertise, and offer limited integration of advanced methods. To address these challenges, we developed SCAPE, an AI-driven automated and interactive platform that unifies multi-omics, multi-resource, and multi-modal single-cell data analysis. SCAPE provides platform-independent installation, customizable workflows, and integration of R- and Python-based tools. Beyond Seurat and Scanpy, it incorporates modules for transcription factor and pathway inference, pseudotime trajectory reconstruction, spatial transcriptomics deconvolution, and cell-cell communication analysis. To demonstrate SCAPE, we curated a unified atlas of lung cancer progression in human patients and mouse models, spanning primary tumors and metastatic sites. The platform enabled harmonized integration, regulatory program inference, and spatial mapping, revealing conserved epithelial programs that promote metastatic seeding and organ-specific adaptations driven by microenvironments. Collectively, SCAPE offers an accessible and comprehensive framework for single-cell analysis, providing new insights into cancer progression and broad utility across biological systems.
Full text 82,140 characters · extracted from oa-pdf · 7 sections · click to expand

Abstract

Single-cell RNA sequencing (scRNA-seq) has transformed the study of cellular heterogeneity, but downstream analysis remains fragmented and technically demanding. Current pipelines often lack analytical diversity, require programming expertise, and offer limited integration of advanced methods. To address these challenges, we developed SCAPE, an AI-driven automated and interactive platform that unifies multi-omics, multi-resource, and multi-modal single-cell data analysis. SCAPE provides platform-independent installation, customizable workflows, and integration of R- and Python-based tools. Beyond Seurat and Scanpy, it incorporates modules for transcription factor and pathway inference, pseudotime trajectory reconstruction, spatial transcriptomics deconvolution, and cell-cell communication analysis. To demonstrate SCAPE, we curated a unified atlas of lung cancer progression in human patients and mouse models, spanning primary tumors and metastatic sites. The platform enabled harmonized integration, regulatory program inference, and spatial mapping, revealing conserved epithelial programs that promote metastatic seeding and organ-specific adaptations driven by microenvironments. Collectively, SCAPE offers an accessible and comprehensive framework for single-cell analysis, providing new insights into cancer progression and broad utility across biological systems.

Introduction

Single-cell RNA sequencing (scRNA-seq) has become an indispensable tool for dissecting cellular heterogeneity, uncovering cell states, and understanding developmental and disease processes at single-cell resolution [1]. For example, scRNA-seq has been widely applied in cancer heterogeneity analysis and description[2-5]. While upstream preprocessing pipelines, such as 10x Genomics Cell Ranger, are well-established[6], the downstream analysis landscape remains complex and evolving. A variety of tools and platforms exist to process and analyze scRNA-seq data across different species, with widely used foundational packages including Seurat [7] and SCANPY[8] based on R and Python. These core frameworks themselves provide extensive functionality [9], and building upon these foundational packages, a wide range of specialized tools have been developed to perform deeper biological interpretation. These include modules for gene ontology analysis [10], transcription factor activity inference [11], gene signature scoring [12], pseudotime trajectory analysis[13], and visualization. However, despite the richness of available tools, the scRNA-seq analysis ecosystem still faces several limitations. A major challenge lies in the lack of seamless integration across different analysis modules. Many tools function in isolation or are tightly coupled to a specific framework, making cross-platform workflows cumbersome. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Thus, a series of scRNA-seq analysis pipelines have emerged. In the early stages of scRNA-seq analysis pipeline development, many workflows were designed with the primary goal of standardizing steps. As a result, they typically focused on datasets derived from a single tissue type and implemented only a narrow range of downstream analytical strategies, often tailored to a specific biological question. For instance, the LungCellAtlas (https://github.com/LungCellAtlas/HLCA) pipeline was designed primarily to standardize the processing of lung-derived samples, with a focus on quality control and RNA velocity analysis. Similarly, eoulsan (https://github.com/GenomiqueENS/eoulsan) emphasizes robust quality control and flexible format conversion but offers limited downstream analytical capabilities. Pigx (https://github.com/BIMSBbioinfo/pigx) introduced additional features such as dimensionality reduction and basic visualization; however, the scope of these enhancements remains relatively narrow and lacks the depth required for more comprehensive single-cell analysis. Later workflows began to offer multiple solutions from raw reads to cell type annotation and basic interpretation. However, these tools often lacked depth in terms of analytical diversity and imposed a steep learning curve on users. For example, YASCP focuses on automating scRNA-seq processing but is restricted to basic tasks such as quality control, clustering, and cell annotation [14]. Likewise, scRNAbox (https://github.com/neurobioinfo/scrnabox) includes fundamental modules but with little room for expansion or method customization. ScRNAPip stands out by offering a wider array of downstream analyses[15], including pseudotime inference, genomic instability assessment, copy number analysis, and cellular interactions inference. Nonetheless, its flexibility is significantly limited: users face substantial challenges in customizing the pipeline to suit their specific needs, and a certain level of programming expertise is required. Moreover, many of these pipelines are designed with script-based interfaces, which can be overly complex and inaccessible for users without a computational background. To overcome the limitations of current single-cell analysis workflows including their restricted analytical diversity, poor user adaptability, and high technical barriers, we introduce an automation-driven platform that improves how single-cell data can be analyzed and interpreted. Unlike traditional pipelines that require extensive scripting or rigid, pre-defined modules, our platform features an automated inquiry system capable of dynamically guiding users through complex workflows based on diverse data inputs, parameter customization, analytical tools, and visualization options. SCAPE is an automated and interactive platform designed to unify multimodal, multi-resource, and multi-omics sequencing data analysis. Its architecture is built on two core principles: feasibility and analytical depth. The platform features an interactive setup process with modes for demonstration and custom data loading, which automatically designs tailored workflows according to the user’s specific research objectives. We have also eliminated common technical hurdles by providing a streamlined, platform-independent installation and seamlessly integrating tools from different programming environments, such as R and Python. At the same time, SCAPE dramatically expands analytical capabilities beyond conventional pipelines. It integrates a comprehensive suite of tools, from foundational frameworks like Seurat and Scanpy to cutting-edge models such as cell2sentence [16] and ceLLama [17] for advanced cell annotation. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Furthermore, SCAPE automates a wide range of next-generation analyses that are often siloed and complex to implement, including: inference of transcription factor and pathway activities, trajectory and pseudotime construction, cross-resource data projection, spatial transcriptomics deconvolution, and robust cell-cell communication network inference. By integrating advanced functionalities, SCAPE empowers researchers to move beyond static gene expression analysis and explore the dynamic, functional, and spatial dimensions of single-cell biology. It represents a significant step toward making powerful bioinformatics workflows more efficient, reproducible, and personalized for the entire research community.

Results

Establish A Single-Cell Automated Platform for Exploration Enables Interactive Analysis. SCAPE offers streamlined and platform-independent installation, including automated scripts that handle the setup of R, Python, and third-party tool dependencies across Linux, macOS, and Windows systems. This removes the need for manual environment management, reducing both setup time and error rates. SCAPE consists of two essential components as demonstrated by Fig1 A: Interactive configuration and automated execution. The Interactive configuration offers two modes to help users get started. Demo Mode is ideal for first-time users; with a single click, it runs a complete analysis on demo dataset, showcasing the platform’s capabilities and trouble-shooting the environment setup. Custom Mode is designed for providing a user-friendly interface to specify project-specific parameters and preferences to be processed with SCAPE modules locally. Once the analysis plan is defined, execution is entirely managed through command-line interface (CLI) commands. The CLI enables users to control the entire workflow directly from the terminal, allowing for efficient, reproducible, and fully automated execution without the need for manual intervention. This core component automatically executes each step of the workflow according to the configured settings, enabling end-to-end automated analysis without manual intervention. Multi-modal Embedding and Cell Type Annotation Framework Moving beyond the established dimensionality reduction techniques of PCA and Harmony [18,19], embraces the next generation of LLM-based tools for deeper biological insight. At its core, it initiates the annotation process by leveraging the model. A key innovation is our automated execution module, which harmonizes the distinct processing environments of R and Python. This integration eliminates the technical gap between data manipulation in R and model inference in Python, ensuring a streamlined and reproducible analysis pipeline. Besides the standard data loading, preprocessing, integration, clustering and dimensional reduction [7], SCAPE offers a multi-layered approach to cell annotation, empowering users with a flexible choice of methods. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Concurrently, it employs SingleR for automated, reference-based annotation (https://github.com/dviraran/SingleR). This process assigns cell type labels by comparing the expression profile of each cell against an external, user-provided reference dataset and identifying the highest correlation scores. Besides, it also included single-cell foundation model cell2sentence to produce rich, high-dimensional cell embeddings [16] to facilitate cell type annotation and cell population identification. In addition, SCAPE also offers LLM based de novo cell type annotation, powered by ceLLama [17], a novel method that harnesses the power of a user-selected local model. SCAPE Powers Cross-Species, Multi-Omics scRNA-seq Interpretation One of the most significant hurdles in single-cell genomics is the comparative analysis of datasets from different experiments, conditions, or species. SCAPE’s query projection module directly addresses this challenge. By implementing Seurat's powerful reference-mapping workflow [9], the pipeline can take a new query dataset and project it onto an existing, well-annotated reference. Crucially, this module includes an automated, homologene-based step for converting gene identifiers between mouse and human, a non-trivial task that is essential for cross-species comparison. This functionality enables the consistent transfer of cell type labels and facilitates the direct comparison of cellular states across species, providing an invaluable tool for translational research and the study of conserved biological processes. A cornerstone of the SCAPE pipeline is its ability to translate gene expression into functional regulatory insights. Leveraging the decoupleR package [20], our framework automates the inference of transcription factor (TF) and pathway activities from the transcriptome. Specifically, the platform integrates Unsupervised Linear Modeling (ULM) for transcription factor activity inference using the CollecTRI resource, and Multivariate Linear Modeling (MLM) for pathway activity estimation via PROGENy. To facilitate cross-species analysis and expand the platform’s utility in both human and mouse research contexts, SCAPE also includes a built-in module for automated gene ortholog conversion through homologene (https://github.com/oganm/homologene). To further enrich the functional characterization of cell states, SCAPE incorporates a dedicated module for gene signature scoring using UCell [12]. This method provides robust, per-cell enrichment scores for user-defined gene sets without the confounding effects of cell-to-cell variations in dataset composition. Our pipeline enhances this analysis by allowing users to flexibly specify entire gene set collections from the MSigDB database (e.g., Hallmark H, or GO terms C5) via a single parameter. This provides an immediate, powerful readout of complex biological processes and cellular states, tailored specifically to the user's biological questions. Understanding dynamic cellular processes such as differentiation and activation requires moving beyond static snapshots of the transcriptome. SCAPE integrates trajectory inference through its pseudotime analysis module, which utilizes the powerful Palantir algorithm [21]. This analysis orders cells along a continuous trajectory, modeling their progression through a biological process. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint However, after completing these analyses, generating high-quality and informative visualizations remains a major challenge for researchers. To address this, we integrated advanced visualization packages including seuratExtend, scpubr [22,23], and scRNAtoolVis (https://github.com/junjunlab/scRNAtoolVis) into our pipeline. These tools enable rich and customizable outputs such as UMAP projections, gene expression feature plots, gene-level scatter plots, cell proportion barplots, volcano plots, heatmaps, and basic differential expression analyses. Importantly, users can generate these visualizations through an interactive interface by selecting custom, thereby lowering the barrier to high-quality single-cell data exploration (Fig1 B). To integrate cellular identity with spatial organization, SCAPE incorporates the CARD algorithm for spatial transcriptomics deconvolution [24]. By aligning annotated scRNA-seq reference data with user-provided spatial transcriptomics matrices, CARD imputes the cell type composition at each spatial location. This integration bridges the gap between cellular heterogeneity and tissue-level architecture, enabling the reconstruction of spatially resolved cellular maps. To elucidate intercellular communication, SCAPE leverages LIANA [25], which aggregates results from multiple ligand-receptor inference methods. A distinctive feature of our implementation is its ability to execute and combine multiple algorithms in parallel, yielding consensus-based predictions that are more robust and less method-dependent. This approach enhances the reliability of cell-cell interaction inference and facilitates the identification of key signaling networks within the tissue context. SCAPE Reveals Transcriptomic Landscapes Across Distinct Lung Cancer Metastases To showcase the capabilities of SCAPE, we analyzed the transcriptomic landscape of lung cancer progression across multiple metastatic stages. We first accessed data from the publicly available Human Lung Cancer Atlas, focusing on four cancer subtypes—lung adenocarcinoma, lung large-cell carcinoma, squamous cell lung carcinoma, and pleomorphic carcinoma—comprising a total of 114,000 cells [26] (Fig2 A, C). In addition, we integrated single-cell RNA sequencing datasets from GEO, encompassing both human and mouse lung cancers in primary and metastatic contexts. The human datasets included primary lung tumors (lung) as well as lymph node (LN), brain, and pleural effusion (PE) metastases, totaling 208,000 cells[27]. Mouse datasets comprised primary tumors (lung)[28] along with macrometastasis (ME), kidney, and bone, derived from models established in immunodeficient mice[29], totaling 91,000 cells. Using SCAPE, we performed comprehensive cell-type annotation of the atlas and identified ten major cellular populations (Fig2 B). Among them, epithelial lineage cells could be subdivided into AT1-like, AT2-like, and Epi-like states. All three subgroups expressed a core set of epithelial lineage markers, including KRT18, KRT19, EPCAM, and CDH1 [27,30]. In addition to this shared program, AT1-like cells were characterized by expression of AGER [31], AT2-like cells by SFTPC and NAPSA[32], and Epi-like cells by FGA and AKR1C2[33] (Fig2 D). .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Interestingly, while all three subgroups were present in both human and mouse primary tumors, metastatic lesions exhibited a clear shift toward the Epi-like state. Brain and pleural effusion metastases in human patients, as well as all metastases in mouse models, were dominated by Epi-like tumor cells, suggesting that epithelial-like phenotypes may play a central role in metastatic colonization (Fig2 E, F). SCAPE Dissects Signaling Pathways and Pseudotime Dynamics of Lung Cancer We utilized SCAPE to calculate the activity of 50 Hallmark pathways by Ucell [34], and this analysis of murine and human lung cancer metastases revealed stark contrasts in metastatic (Fig3 A). In the murine model, primary tumors display a quiescent phenotype with strong suppression of proliferative pathways, whereas all metastatic lesions—regardless of organ site—exhibit uniform activation of cell cycle and MYC-related programs, suggesting a pre-programmed, proliferation-dominant metastatic program [35]. In human lung cancer, metastases exhibit profound heterogeneity. Pleural effusion metastases resemble the murine pattern, with extreme activation of proliferative pathways and broad suppression of other signaling programs, reflecting a proliferation-driven phenotype in a permissive, fluid-filled niche. Brain metastases, in contrast, prioritize metabolic rewiring, including oxidative phosphorylation, glycolysis, and fatty acid metabolism, over proliferation, consistent with adaptation to the high-energy, lipid-rich cerebral microenvironment. Lymph node metastases display strong immune and inflammatory signatures coupled with epithelial-mesenchymal transition and stress-response pathways, reflecting active co-evolution with host immunity [36]. Collectively, these findings highlight that while murine metastasis largely follows a uniform proliferative program, human metastases are shaped by organ-specific selective pressures, resulting in diverse, niche-adapted phenotypes. In human lung cancer metastasis data, we systematically analyzed key gene expression changes across these metastatic sites, identifying a set of potential organ-specific metastatic markers (Fig3 B). In brain metastases, SCGB3A2 and SFTPD were significantly downregulated, suggesting that cancer cells may escape immune surveillance [37,38]. In lymph node metastases, TGM2 and IFI44L were markedly upregulated, reflecting enhanced proliferative and invasive capabilities, extracellular matrix remodeling, and immune evasion to promote lymphatic dissemination[39,40]. In pleural effusions, GTSF1 and CLDN6 were highly upregulated, potentially conferring stem-like properties and adaptation to the fluid microenvironment[41,42]. In mouse metastasis data, alveolar type II marker SFTPC was strongly downregulated, indicating tumor cell dedifferentiation and acquisition of a more aggressive phenotype [43](Fig3 B). CLDN18, a key tight junction protein, was also downregulated, suggesting loss of cell-cell adhesion and enhanced detachment from the primary tumor [44]. In contrast, LGALS1 supported angiogenesis, immune evasion, and invasiveness [45], while PLAU facilitated extracellular matrix degradation, enabling tissue invasion[46]. These changes collectively reflect coordinated acquisition of migratory, invasive, and immune-evasive traits in metastatic tumor cells. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Using pseudotime trajectories constructed from three cell populations (AT1-like, AT2-like, and Epi-like), we set a single in situ lung cancer cell as the root (Fig3 C). In both human primary tumors, most cells exhibited low pseudotime values, indicating a state closely resembling the original tumor phenotype. In contrast, distinct clusters of cells from lymph node and brain metastases displayed markedly higher pseudotime values, suggesting divergence from the primary tumor state and acquisition of more stem-like characteristics. Notably, cells from brain metastases showed the highest pseudotime values, consistent with enhanced stemness and potential for colonization in the cerebral microenvironment. In mouse models, primary tumors exhibited heterogeneous pseudotime distributions across multiple components, whereas all three metastatic populations presented uniformly high pseudotime values, further supporting the notion that metastatic cells possess increased stem-like properties compared to their primary counterparts. In pseudotime trajectory analysis (Fig 3D), early-expressed genes in human lung cancer, including SCGB3A2, SFTPD, and CLDN18, are primarily associated with alveolar epithelial differentiation and cell adhesion, suggesting that tumor cells retain partial epithelial characteristics in the early stages [37,38,44]. In contrast, late-expressed genes such as PLAU and GTSF1 are linked to extracellular matrix remodeling and stem-like features, indicating that tumor cells progressively acquire migratory, invasive, and immune-evasive capabilities during progression and metastasis[42] [46]. Similarly, in the mouse lung cancer model, early expression of CLDN18 and SFTPD reflects the retention of epithelial traits [37,44], whereas late-expressed genes are involved in cytoskeletal remodeling, invasiveness, and adaptation to the metastatic niche[42,46]. Overall, these pseudotime dynamics suggest a stage-specific transition in metastatic lung cancer cells from epithelial-like states toward migratory, invasive, and microenvironment-adapted phenotypes. SCAPE Enables the Inference of Cellular Communication and Transcription Factor Activity We applied SCAPE to predict cell–cell interactions using five complementary methods implemented in LIANA (natmi, connectome, logfc, sca, and cellphonedb). Cellular communication analysis using revealed distinct, metastasis-specific ligand–receptor networks in human and mouse lung cancer (Fig4 A, C). In lymph node metastases, AT2-like cells engaged in a broad expansion of interactions, such as TNC–SDC1/4 and TIMP1–CD63, which are associated with extracellular matrix remodeling, cell adhesion, and metastatic niche conditioning [47,48]. These interactions may facilitate immune evasion and promote metastatic colonization in the immunologically active lymph node microenvironment. In brain metastases, classical matrix–receptor interactions including COL1A1–DDR2 and COL6A2–SDC1 were markedly reduced, suggesting a loss of canonical stromal anchoring and a shift toward alternative, metabolically driven adaptation strategies within the neural niche [49,50]. By contrast, pleural effusion metastases exhibited striking reinforcement of AT2-like autocrine signaling, exemplified by CEACAM–EGFR and NDP–FZD4 interactions, pointing to a self-sustaining proliferative program in the relatively permissive fluid microenvironment [51,52](Fig4 B). In murine metastases, however, interaction patterns were highly conserved across sites, dominated by AT2-like signals such as CDH1–ERBB3 and CEACAM6–EGFR, mirroring the uniform proliferative program revealed by .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint hallmark analysis[53,54](Fig4 D). Together, these findings highlight that while murine metastases are governed by a stereotyped, proliferation-centered program, human metastases undergo niche-specific rewiring of cell–cell communication that underlies their phenotypic diversity. SCAPE further allowed us to infer the top transcription factors shaping regulatory states across distinct metastatic sites in lung cancer, revealing strikingly divergent transcriptional programs driven by microenvironmental contexts (Fig5 A). In human pleural effusions, tumor cells displayed a unique activation of the TGF- β /BMP axis, with exceptionally high SMAD9 and SMAD5, consistent with a survival program tailored to the inflammatory, cytokine-rich pleural cavity [55]. By contrast, lymph node metastases were defined by a metastasis–immune evasion module involving ZBTB38, ZNF217, and CTBP2, enabling tumor cells to simultaneously enhance intrinsic invasive potential and evade the highly immunocompetent nodal milieu [56–58]. Primary tumors maintained a lineage-survival transcriptional core centered on NKX2-1 and TTF1, as well as cooperating partners such as ETV5 and FOXM1, reflecting lineage addiction–driven proliferation. Strikingly, brain metastases exhibited a largely transcriptionally silent landscape, lacking strong TF activation and instead suggesting alternative adaptive strategies, such as post-transcriptional regulation or metabolic rewiring. Comparative analysis in a murine lung cancer model further revealed an amplified activation of oncogenic drivers including PLAGL2 and NKX2-1 in primary tumors [59,60], coupled with coordinated suppression of differentiation-associated (SOX9, DACH1) [61,62] and EMT-associated (ZEB1, LEF1) [63,64] TFs in murine metastatic sites, thereby highlighting that in murine model, primary tumors exist in a highly proliferative epithelial state in which EMT may not be required for subsequent metastatic dissemination. Moreover, such a rigid epithelial program likely constrains cellular plasticity, thereby limiting the ability of tumor cells to adapt to distant metastatic microenvironments. Integration of Single-Cell and Spatial Transcriptomic Data Facilitated by SCAPE We downloaded and processed spatial transcriptomic data of Lung Cancer (https://www.10xgenomics.com/datasets/human-lung-cancer-11-mm-capture-area-ffpe-2-standar d) from the 10x Genomics database. Deconvolution was performed using CARD, with reference single-cell data derived from our previous project. The mapping results demonstrated high fidelity, as the vast majority of spots were confidently identified as tumor cells, reflecting the accuracy of our deconvolution approach (Fig5 B). Correlation analysis further revealed strong intra-group interactions within each metastatic site, providing complementary insights beyond those predicted by cell interaction prediction. Notably, the robust interactions between Epi-like and AT2-like cells were consistently observed, in agreement with previous findings (Fig5 C). Upon examining the spatial distribution of non-malignant cell types, we observed that plasma cells and T_NK (T/NK) cells were interspersed among the tumor cells. This intermingling suggests active immune infiltration within the tumor microenvironment, potentially indicating ongoing antitumor immune responses, local recognition of tumor antigens, or dynamic tumor-immune interactions [65,66]. We also noted a relatively high abundance of myeloid cells, which showed partial .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint spatial overlap with plasma cells. This co-localization may point to immune crosstalk between innate and adaptive compartments, possibly reflecting immunoregulatory or immunosuppressive niches within the tumor microenvironment[67]. Myeloid cells, depending on their polarization state, can either support antitumor immunity or promote tumor progression through suppression of T/NK cell function [68,69] (Fig5 D). The spatial proximity of plasma and myeloid cells may therefore highlight microdomains where immune modulation is actively occurring, which could have implications for understanding tumor progression and designing targeted therapies.

Discussion

In this study, we introduce SCAPE, a next-generation analytical platform tailored for comprehensive and automated single-cell multi-omics analysis. Through seamless integration of state-of-the-art bioinformatics tools, SCAPE demonstrates substantial improvements in usability, analytical flexibility, and biological interpretability. One of the most significant contributions of SCAPE is its intelligent, interactive, and code-free workflow, which enables researchers with varying computational backgrounds to engage in high-level single-cell analysis. Unlike traditional pipelines that require extensive scripting and tool-specific knowledge, SCAPE employs a prompt-driven interface and smart parameter tuning, substantially lowering the barrier to entry while preserving analytical depth and reproducibility. Our integration of LLM-based annotation tools such as cell2sentence and ceLLama offers a powerful complement to conventional reference-based methods like SingleR. While reference-dependent strategies provide reliable annotations in well-characterized systems, they often falter when encountering novel or heterogeneous cell states. LLM-based models, in contrast, enable context-aware, reference-free predictions that are especially valuable in immuno-oncology and developmental biology, where cellular states may be highly dynamic or previously uncharacterized. Moreover, the ability of SCAPE to span across modalities, platforms, and species marks a major step toward unified multi-omics analysis. The inclusion of trajectory inference, transcription factor and pathway activity estimation, and gene signature scoring enhances the platform’s capacity to dissect dynamic biological processes such as differentiation and activation. The automated homologene-based gene ortholog conversion, along with the Seurat reference projection module, expands this utility to cross-species and cross-condition comparisons—an increasingly essential capability in translational and evolutionary biology. Importantly, we validated the full approach to construct a comprehensive atlas of lung cancer progression across primary and metastatic contexts in both humans and mice, revealing both conserved programs and organ-specific adaptations. A key finding was the marked divergence between human and murine metastases: while mouse models exhibited a uniform, proliferation-dominant program across all metastatic sites, human metastases displayed striking heterogeneity shaped by local microenvironments. This distinction likely reflects the absence of adaptive immune pressure in immunodeficient murine models, in contrast to the complex .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint ecological constraints of human disease. Across species, we observed a consistent enrichment of Epi-like tumor states in metastases, suggesting that epithelial phenotypes confer advantages for colonization, although in mice this rigid epithelial program was coupled with suppression of EMT-associated regulators, thereby limiting plasticity, whereas human metastases retained greater flexibility and rewiring potential. Despite these advancements, some limitations remain. While the platform supports multiple modalities, integration of additional data types such as scATAC-seq and proteomics could further enhance its scope. Besides, while the command-line interface is intuitive, future versions of could benefit from a full graphical user interface (GUI) to further democratize access. In conclusion, SCAPE presents a powerful, scalable, and user-friendly solution for modern single-cell analysis. By tightly coupling an automated pipeline with cutting-edge analytical tools, SCAPE not only accelerates the pace of discovery but also reshapes how computational biology can be practiced in the era of automation and advanced computational tools. In addition, this work demonstrates the power of SCAPE to resolve the cellular and molecular landscapes of lung cancer metastasis, revealing both conserved epithelial programs and organ-specific adaptations that shape metastatic trajectories and pointing to potential therapeutic opportunities tailored to distinct metastatic niches.

Methods

SCAPE Platform Overview The pipeline in this study was executed in an automated manner via the command line, using Git Bash on Windows, Terminal on macOS, and standard shell environments on Linux. The workflow was initiated by providing a parameter file to a Python script, enabling consistent and reproducible analysis across different operating systems. The pipeline was primarily developed using R (version 4.2.3) and Python (version 3.9). The Python package cell2sentence (version 1.1.0) was utilized in the analysis. A full list of R package dependencies and their respective versions is available in the supplementary file r_package_versions.csv. Quality Control and Preprocessing Standard quality control was applied, and users could optionally exclude cell cycle-related cells and doublets using Seurat and scDblFinder (https://github.com/plger/scDblFinder) packages. Cell Embeddings and Annotation The process begins with the generation of high-dimensional cell embeddings using either a straightforward PCA-Harmony pipeline or the cell2sentence (https://github.com/vandijklab/cell2sentence) model. Unsupervised clustering is then performed using the Seurat package (https://github.com/satijalab/seurat), based on Harmony-corrected principal components, to define initial cell groupings. For reference-based annotation, SingleR (https://github.com/dviraran/SingleR) is employed to compare expression profiles against user-provided reference datasets, such as the Azimuth PBMC reference. To complement this, cell2sentence is further utilized for large LLM-based cell type prediction, offering an independent, model-driven annotation that does not rely on external references-particularly valuable for .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint identifying novel or heterogeneous cell populations. For advanced de novo annotation, ceLLama (https://github.com/CelVoxes/ceLLama) is integrated into the pipeline to generate descriptive cell type labels by interpreting the combined biological functions of marker genes, leveraging a user-selected local LLM. Advanced Visualizations To enhance and customize visualizations beyond base Seurat plotting functions, advanced packages like SeuratExtend (https://github.com/huayc09/SeuratExtend), SCpubr (https://github.com/enblacar/SCpubr), and scRNAtoolVis (https://github.com/junjunlab/scRNAtoolVis) are integrated. These enable rich outputs such as UMAP projections, gene expression feature plots, gene-level scatter plots, cell proportion barplots, volcano plots, and heatmaps. Users can generate these visualizations through an interactive interface by selecting custom options or using an AI-assisted agent with natural language input. Transcription Factor and Pathway Activity Inference The decoupleR (https://saezlab.github.io/decoupleR/) package is leveraged to automate the inference of transcription factor (TF) and pathway activities. Specifically, Unsupervised Linear Modeling (ULM) with the CollecTRI (https://github.com/saezlab/CollecTRI) resource is used for TF activity inference, and Multivariate Linear Modeling (MLM) via PROGENy (https://github.com/saezlab/progeny) is used for pathway activity estimation. Cross-Species Transformation A built-in module for automated gene ortholog conversion through homologene (https://github.com/oganm/homologene) is included to facilitate cross-species analysis in human and mouse research. Gene Signature Scoring The UCell (https://github.com/carmonalab/UCell) method is incorporated for robust, per-cell enrichment scores for user-defined gene sets, allowing flexible specification of gene set collections from the MSigDB (https://www.gsea-msigdb.org/gsea/msigdb) database (e.g., Hallmark H, GO terms C5). Pseudotime Trajectory Analysis Trajectory inference is performed through a pseudotime analysis module, utilizing the Palantir (https://github.com/dpeerlab/Palantir) algorithm to order cells along a continuous trajectory, modeling their progression through biological processes. Cross-Resource Data Projection The query projection module implements Seurat's reference-mapping workflow to project new query datasets onto existing, well-annotated references (https://github.com/satijalab/seurat). Spatial Transcriptomics Deconvolution The CARD (https://github.com/YMa-lab/CARD) algorithm is incorporated to integrate cellular identity with spatial organization. It aligns annotated scRNA-seq reference data with user-provided spatial transcriptomics matrices to impute cell type composition at each spatial location. Cell-Cell Communication Network Inference LIANA (https://github.com/saezlab/liana) is leveraged for intercellular communication analysis, aggregating results from multiple ligand-receptor inference methods. This implementation .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint executes and combines multiple algorithms in parallel for consensus-based predictions, enhancing robustness and reliability. Code Availability All code used in this study is available and openly accessible at the following GitHub repository: https://github.com/sorrymaker03/SCAPE. Data Availability To demonstrate and validate our analytical pipeline, we downloaded single-cell RNA-seq datasets from public databases, including GSE131907 [70], GSE123903 [71], and GSE222901 [72]. From GSE131907, we selected primary tumors and three metastatic sites: lymph node, brain, and pleural effusion. From GSE123903, we included three metastatic sites: macrometastases in the kidney and bone. From GSE222901, we selected 3 primary lung cancer samples, consistent with the previous mouse metastatic data. Additionally, we used all cancer-related data from the Human Cell Atlas as reference [73], including lung adenocarcinoma, lung large-cell carcinoma, squamous cell lung carcinoma, and pleomorphic carcinoma (https://data.humancellatlas.org/hca-bio-networks/lung/atlases/lung-v1-0). In addition, an annotated scRNA-seq dataset was used as a reference to deconvolve a spatial transcriptomics dataset derived from a human lung cancer sample (Neuroendocrine Carcinoma), provided by 10x Genomics (https://www.10xgenomics.com/datasets/human-lung-cancer-11-mm-capture-area-ffpe-2-standar d). CRediT Author Statement Mingke Wu : Conceptualization, Software, Data curation, Visualization, Writing-Original draft preparation; Hao Wu : Visualization, Writing-Original draft preparation; Yihan Zhou: Writing-Reviewing and Editing; Siyuan Cheng: Conceptualization, Methodology, Writing-Reviewing and Editing. Conflict of Interest Statement No other authors have COI to disclose.

Reference

1. T a ng , F ., Barbacior u, C. , W ang , Y ., Nord man , E. , Lee , C., X u , N., W an g , X., Bodea u , J ., T uch, B. B., Sidd iq u i, A., Lao , K., & Sur a ni , M. A. ( 20 0 9). mRNA-Seq w hole- tr anscr ip t ome ana l ysis of a sing le cell. Nature Methods , 6(5) , 3 7 7–3 82. https:// doi.org / 10. 10 38 /n met h.1 31 5 .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint 2. X u , Y . , Y a ng , Y . , W ang , Z., Sjöstr öm , M., Ji ang , Y ., T a ng , Y ., C he ng , S., Deng , S., W an g , C., Gonz ale z , J ., Johnson, N. A., Li , X., Li , X., Me t an g , L. A., Muk herji , A., X u , Q., Tir a do , C. R., W ai nw ri g h t , G., Y u , X. , … M u, P . (2 02 4). ZNF 39 7 De f icie ncy T rig ge r s T ET 2-Dri v en Li neage P las t ici ty a nd AR-T ar get e d T her a py R esist ance in Pr osta t e Cancer . Cancer Discovery , 14 (8), 1 49 6–1 52 1. ht t ps:// doi.org / 10.1 1 58 /2 15 9-8 29 0. CD-2 3-05 39 3. Jiang , Y ., Che ng , S., L i, L., Fr ai de nb ur g , M., Kim , I. Y ., De ng , S., & Mu , P . (202 5). Notch as a Driver of Lineage Plasticity and Therapeutic T arget in Enzalutamide-Resistant Prostate Cancer . Cance r Biology . ht t ps:// doi.or g / 10.1 10 1 /2 02 5.0 5.2 6.65 6 16 6 4. Den g , S., W a ng , C., W a ng , Y . , X u , Y ., L i, X. , Joh nson , N. A. , M uk herji , A., Lo , U .-G., X u , L., Gonz a le z , J . , Met ang , L. A., Y e, J ., T ir ado, C. R., R odart e , K., Z hou, Y ., Xi e, Z., Ar a na, C., An nama lai , V ., Li u, X., … Mu, P . (20 22). E c t op ic J AK–ST A T activ atio n ena bles t he tr a nsi tion t o a s t e m-l i k e an d mu lt ili neage st at e conf erri ng AR-t a r geted t her ap y r es ist ance. Nature Cancer , 3( 9 ), 10 71– 10 8 7. h ttps:/ /doi.org / 1 0.10 3 8/ s4 30 1 8-0 22- 00 43 1-9 5. Li , X. , W an g , Y ., Deng , S., Zh u, G., W an g , C., Johnson , N. A., Zha ng , Z. , T ir ado, C. R., Xu, Y ., Met a ng , L. A., Gonz al e z, J . , Mu khe rji , A., Y e, J . , Y a ng , Y ., P e ng , W ., T a ng , Y ., Hof st ad , M., X ie, Z. , Y oon, H., … Mu , P . (20 23). Loss of S YNCRIP un leashes APOB E C-d ri v e n m u t agenesis , tu mor het e r ogenei ty , a n d AR-t a r get e d t her ap y resis t a nce i n p r os tat e cancer . Cancer Cell , 41 (8), 14 27- 14 49.e 12. ht t ps:// doi.org / 10. 10 16 /j.ccell.20 23.0 6.0 10 6. Z hen g , G. X. Y ., T er ry , J . M., Belgr a der , P ., R yvk in , P ., Be n t , Z. W ., Wi lson, R., Zi r al do , S . B., Whee ler , T . D ., McDermot t , G. P ., Z hu , J ., G r egory , M. T ., S hu g a, J . , Mont escla r os, L. , U nde r w oo d, J . G., Masquel ier , D . A., Nis hi mur a , S. Y ., Sch nal l- Levi n, M., W y att, P . W ., Hi n dson , C. M., … B ielas, J . .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint H. (201 7). Massiv el y par a llel di gi t al transcrip tiona l p r ofil in g of sing le cells. Nature Communications, 8(1), 1 40 49. ht t ps:// doi. or g / 10. 10 38 / ncomms1 40 49 7. Satija, R., F ar r el l, J . A. , Ge nne rt , D ., Schier , A. F ., & R ege v , A. (2 01 5). Sp a t ial r e cons truct ion of sing le-cell ge ne e x pr essio n d a t a. Nature Biotechnology , 33 (5), 49 5–5 02 . ht t ps:// doi.org / 10.1 0 38 /n bt. 31 92 8. W olf , F . A., A nger er , P ., & The is, F . J . (2 01 8). SCANPY : La r ge-scale sin gle-cel l ge ne e x pr essio n dat a anal y sis. Genome Biology, 19 (1), 15. https: // doi.or g /1 0.1 18 6/ s 13 05 9-0 1 7-1 38 2-0 9. Hao , Y ., St uar t, T ., Kow a lsk i, M. H., Cho u dha ry , S., Hof fman , P ., Har tma n, A., Sr iv asta v a, A., Molla , G., Madad , S., F erna n de z-Gr a nda , C., & Satij a, R. (2 02 4). Dict iona ry lear ni ng f or i nt e gr ati v e , mu lt imo dal a nd scalable sin gle-cel l a n aly sis. Nature Biotechnology , 42(2) , 29 3–3 04. ht t ps:// doi.org / 10.1 0 38 / s41 5 87- 02 3-0 17 6 7-y 10. H uang , D . W ., Sherma n, B. T ., T an , Q., Kir , J ., Li u , D ., Bry a n t , D ., Guo , Y . , St e p hens , R., Baseler , M. W ., La ne , H. C., & Lem pic ki, R. A. (2 0 07). D A VID Bioinf orm a t ics R esour ces: E x pan de d anno t atio n d at abase a nd no v el al gori th m s t o bett er e x tr act biolo gy fr o m la r ge ge ne l is ts. Nucleic Acids Research , 35(su p pl_ 2), W 16 9 –W17 5. h ttps:/ /doi.o r g /1 0.1 09 3/ nar / g km 4 15 11. Ba dia-i-Mom pel , P ., V él e z Sa n t iago , J ., Br aunger , J . , Geiss , C., Di mit r ov , D ., M ül ler- Dot t, S., T a us, P ., Dugou r d , A. , Hol lan d , C. H., Ra mi r e z Flores, R. O ., & Sae z-R odri gu e z , J . (2 0 22). decoupleR: Ense mb le of compu t ationa l me tho ds to inf er biolog ical activ ities fr o m omic s dat a. Bioinformatics Advances , 2(1) , v bac01 6. ht t ps://do i.or g /1 0.1 09 3/ bioa dv /v bac01 6 12. A nd r eatt a, M., & Car mona , S. J . (2 02 1). UCel l: R obu s t an d scalab le s in gle-cell gene si gn a t u r e scoring. Computational and Structural Biotechnology Journal , 19 , 3 79 6 –37 98. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint ht t ps:// doi.org / 10.1 0 16 /j.csbj.20 21. 06.043 13. Qi u , X., Hi ll , A., P ack er , J ., L in , D ., Ma, Y .-A., & T r ap nell , C. (20 17). Sin gle-cel l mRN A qua n t ifica t io n and dif f er e ntia l anal y sis wi th Ce nsus. Nature Methods , 14(3) , 3 09– 31 5. ht t ps:// doi.org / 10.1 0 38 /n met h.4 15 0 14. F el ipe Marques de Al mei da, Ale x a nde r P eltz e r , G r egor St ur m, hey lf , O lg a Bot vi n ni k, nf-cor e bot, Dongz e He, Nico T r u mme r , Kev in Me n de n, A dam T al bot , gen na dyF a una , San gr am K Sahu , Gisela Gabe rne t, R ober t Syme , P ol Av ec, Ma xim e U Gar c ia, Har s hi l P at e l, T o m Kell y , P ET ER B AILEY , … W ei-An Che n. ( 20 24). nf-core/scrnaseq: 2.6.0 (V e r sion 2. 6.0) [Com p u t er sof t w ar e]. Z enodo. https:// doi.org / 10. 52 81 /Z EN OD O .35 68 18 7 15. Xu , L., Zha ng , J ., He, Y ., Y an g , Q., M u, T ., Guo , Q., L i, Y . , T o ng , T . , C hen , S., & Y e, R. D . (20 2 3). ScRNAPip: A s y st em a t ic and dy na mic p ipe li ne f or sin gle-cell R NA seque nci ng a nal y sis. iMeta , 2(4), e 13 2. ht t ps:// doi.or g /1 0.1 00 2/ i m t 2.1 32 16. Lev ine , D ., Rizvi , S. A., Lév y , S., P al li kk avaliy av eet il , N., Zha ng , D ., Che n, X., Gha der marzi , S., W u, R., Zhe ng , Z., V r kic, I., Zho ng , A. , Raski n, D ., Han , I., De O li v eir a F o nseca, A. H., Car o, J . O . , Karbasi , A. , D hoda pk ar , R. M., & V a n Dij k, D . (202 3). Cell2Sentence: T eaching Large Language Models the Language of Biology. Bioi nf orma t ics. ht t ps:// doi.org / 10.1 1 01 /2 02 3.0 9.1 1.55 7 28 7 17. C hoi , H. , P ar k, J . , Kim , S., K i m, J ., Lee , D ., Bae, S., Shi n , H. , & Lee , D . (2 02 4). CELLama: Foundation Model for Single Cell and Spatial T ranscriptomics by Cell Embedding Leveraging Language Model Abilities . Bioinf orm a t ics. ht t ps:// doi. or g / 10. 11 01 / 20 24.0 5.0 8.5 93 09 4 18. K or su nsky , I., Mil lard, N. , F a n , J ., Slow ik ow ski , K., Zha ng , F ., W ei , K., Bag laen k o , Y . , Br en ner , M., Loh , .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint P ., & Ra y chau d hu ri , S. (2 01 9). F as t , se nsit i ve an d accur at e i nt eg r a t ion of sin gle-cell d at a wi th Harmo n y . Nature Methods , 16 (12) , 1 28 9– 1 29 6. h ttps:/ /do i.or g /1 0.1 03 8/ s 41 59 2-0 19- 06 19- 0 19. Joll if f e, I. T ., & Cadi ma , J . (2 01 6). Pri ncipa l compone nt a nal y sis: A r ev iew an d r ece nt dev e lop me n ts. Philosophical T ransactions. Series A, Mathematical, Physical, and Engineering Sciences, 374(2 06 5), 20 15 02 0 2. h ttps:/ /doi .or g / 10.1 0 98 /r st a.2 01 5.0 20 2 20. Ba dia-i-Mom pel , P ., V él e z Sa n t iago , J ., Br aunger , J . , Geiss , C., Di mit r ov , D ., M ül ler- Dot t, S., T a us, P ., Dugou r d , A. , Hol lan d , C. H., Ra mi r e z Flores, R. O ., & Sae z-R odri gu e z , J . (2 0 22). decoupleR: Ense mb le of compu t ationa l me tho ds to inf er biolog ical activ ities fr o m omic s dat a. Bioinformatics Advances , 2(1) , v bac01 6. ht t ps://do i.or g /1 0.1 09 3/ bioa dv /v bac01 6 21. Setty , M., Kiseliov as , V . , Lev ine , J . , Ga yoso , A., Mazut is, L., & P e ’ er , D . (20 19). C h ar act eriza t ion of cell f at e p r oba bi li ties i n si ng le-cell dat a wi t h P ala ntir . Nature Biotechnology , 37 (4), 4 5 1–4 60. ht t ps:// doi.org / 10.1 0 38 / s41 5 87- 01 9-0 06 8- 4 22. B lanco-Carmona , E. (2 02 2). Generating publication ready visualizations for Single Cell transcriptomics using SCpubr . Bioinf or mati cs. h ttps:/ /doi.org / 1 0.11 0 1/ 20 22. 02.2 8.4 8 23 03 23. H ua, Y ., W en g , L., Z hao , F ., & Rambow , F . (2024). SeuratExtend: Streamlining Single-Cell RNA-Seq Analysis Through an Integrated and Intuitive Framework . Bioin f orma t ics. ht t ps:// doi.org / 10.1 1 01 /2 02 4.0 8.0 1.60 6 14 4 24. Ma, Y ., & Zho u, X. (2 02 2). Spatial ly i nf ormed cel l-ty pe decon v ol ut ion f or spatia l tr anscri p t om ics. Nature Biotechnology , 40( 9), 13 49– 13 5 9. ht t ps:// doi.or g /1 0.1 03 8/ s 41 58 7-0 2 2-0 12 73- 7 25. Di mi tr o v , D ., T ü r ei , D ., Gar ri do-R odrig u e z, M. , Bu rme di , P . L., Nag a i, J . S., Boy s, C., Rami r e z F lor es , R. O ., Kim , H. , Sz alai , B., Cos t a , I. G., V al deoliv as , A., D ugou r d , A. , & Sae z-R odri g ue z , J . (202 2). .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Compar ison of me tho ds an d r esour ces f or cell-cell comm un ica tio n inf er e nce fr o m si n gle-cell RNA-Seq d a t a. Nature Communications , 13 (1), 32 24 . ht t ps:// doi.org / 10.1 0 38 / s41 4 67- 02 2-3 07 5 5-0 26. S ik k ema , L., Ram íre z-Suást eg ui , C., Str o bl , D . C., Gi llett , T . E., Zap pia , L., Mad issoon, E. , Mar k ov , N. S., Zar agosi, L.-E. , Ji, Y ., A nsari , M., Ar g ue l, M.-J ., Apper loo , L., Ba ncher o, M., Béca vin , C., Ber g , M., Chic hel ni tskiy , E. , Ch u ng , M., Colli n , A., Ga y , A. C. A., … T he is, F . J . (202 3). An i ntegr at e d cell a tlas of the lu ng i n hea lt h an d disease. Nature Medicine , 29( 6), 1 56 3–1 57 7. ht t ps:// doi.org / 10.1 0 38 / s41 5 91- 02 3-0 23 2 7-2 27. K im , N., Ki m, H. K. , Lee , K., Hong , Y ., C h o , J . H., Choi , J . W . , Lee, J .-I., Suh , Y .-L., Ku, B. M., Eu m, H. H. , Choi, S., C hoi , Y .-L. , Joung , J .-G., P ark , W .-Y . , Jung , H. A., S un , J .-M., Lee , S.-H., Ah n, J . S., P ark, K., … Lee , H.-O . (2 0 20). Si ng le-cell R NA se que nci ng de monstr at es t he molecu lar and cell ular r ep r ogr am mi n g of met asta t ic lu ng ade no car cinoma. Nature Communications , 11 (1 ), 22 8 5. ht t ps:// doi.org / 10.1 0 38 / s41 4 67- 02 0-1 61 6 4-1 28. Ha n, G., Si njab , A., Rahal , Z., L ync h, A. M., T r ee ki tk a rn mon gk ol , W ., L iu , Y . , Serr an o , A. G., F eng , J . , Lian g , K. , K han , K., Lu , W ., He rna nd e z , S. D ., Li u, Y ., Cao , X., Dai , E., P ei , G., H u, J ., Ab a y a, C. , Gome z-Bolanos, L. I., … Kada r a, H. (2 02 4). An a t las of epi the lial cel l st at es a nd plast icity in lu ng ade nocar cinoma. Nature , 627 (80 04) , 656– 6 63. ht t ps:// doi.org / 10.1 0 38 / s41 5 86- 02 4-0 71 1 3-9 29. La ug hney , A. M., Hu , J ., Cam pbe ll , N. R., Bakhou m , S. F ., S et ty , M., La v al lée, V .-P ., X ie, Y . , Masilio nis, I., Carr , A. J ., Ko tt apa lli , S., Allaj , V ., M a tt ar , M., R ekhtma n , N., Xa vie r , J . B., Mazu tis, L., P oirier , J . T ., Ru di n , C. M., P e ’ er , D ., & Massagué, J . ( 20 20). R egenera t iv e li neag es an d .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint im mu ne-me di at ed pr u ni ng i n lu ng cance r met a s t as is. Nature Medicine , 26( 2), 2 5 9–2 69. ht t ps:// doi.org / 10.1 0 38 / s41 5 91- 01 9-0 75 0- 6 30. W u, F ., F an , J ., He , Y . , X iong , A., Y u, J ., Li , Y . , Z han g , Y ., Zhao, W ., Zho u, F ., Li , W ., Z hang , J ., Z ha ng , X. , Qiao , M. , Gao , G., Che n , S., C hen , X., L i, X., Hou , L., W u , C., … Z hou , C. (20 2 1). Si ngl e-cell pr ofil in g of t u mor het e r ogenei ty an d the micr oenvi r on me n t i n ad v ance d non-sma ll cell l un g cancer . Nature Communications , 12( 1), 2 5 4 0. h ttps:/ /doi.org /1 0.10 3 8/ s4 1 46 7-0 21- 22 80 1-0 31. Kana g aki , S., I k eo , S. , S ue z a w a, T . , Y a mamo t o , Y . , Se ki, M., H ir ai , T ., Hag i w ar a, M., Suz uki , Y . , & Got oh, S. (20 2 1). Dir ec t ed i nd uct ion of al v eolar ty pe I cel ls deri v e d fr o m pl uri po t e nt st e m cells via W nt sig nali n g i nh i bi tion. Stem Cells , 39 (2), 1 56– 16 9. ht t ps:// doi.org / 10.1 0 02 / st em. 33 02 32. Mar ti ns, L. R., S iev er li ng , L., M ichel ha ns, M., Sch ille r , C. , E rkut , C., G rü ne w al d, T . G. P ., T ria na, S., Fr öhli ng , S., V el t en , L., Gl im m, H. , & Scholl, C. (20 2 4). Single-cel l di visio n tr aci ng an d tr anscri p t om ics r ev ea l cel l ty pes an d d if f er e n t iation p a t hs in t he r egene r a t i ng lu ng. Nature Communications, 15( 1), 22 46. ht t ps:// doi. or g / 10. 10 38 / s4 14 67- 02 4-4 6 46 9-4 33. MacLeo d, A. K., Acos t a-Jime ne z , L. , Coat es, P . J ., McMaho n, M., Ca r ey , F . A., Ho nda , T ., Hen der son , C. J ., & W olf , C. R. (201 6). Aldo-k e t o r e d uct ases ar e bio mar k er s of NRF2 acti vi ty and a r e co-or dinat el y ov ere xp r essed i n no n-smal l cell l un g cancer . British Journal of Cancer , 115(1 2) , 15 30– 15 3 9. h ttps:/ /doi.org / 1 0.10 3 8/ bjc.2 01 6.3 63 34. L ibe rz on, A. , Bir ger , C., T hor v a lds dóttir , H., Gha n di, M., Mesi r ov , J . P ., & T amay o , P . (201 5). Th e Molecular Sig n a t ur es Dat a base Hall mar k Gene Set Collectio n. Cell Systems , 1(6), 4 17– 42 5. ht t ps:// doi.org / 10.1 0 16 /j.cels.20 15.1 2.0 04 .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint 35. Da ng , C. V . (20 1 2). MY C on t he P ath t o Cancer . Cell, 149(1), 2 2–3 5. ht t ps:// doi.org / 10.1 0 16 /j.cell.2 01 2.0 3.00 3 36. Do ng r e, A., & W ei nbe r g , R. A. (20 19). New i nsi g h ts i nt o the mechan isms of epi the lial– mesenc h y mal tr a nsit ion a n d i mp lica t ions f or cancer . Nature Reviews Molecular Cell Biology, 20 (2), 69– 8 4. h ttps:/ /doi.org / 10.1 0 38 / s41 5 80- 01 8-0 08 0-4 37. Sor e nsen , G. L. (2 01 8). Surf act a nt Pr ot e in D in R es pir at o ry a n d No n-R espi r at ory D iseases. Frontiers in Medicine , 5 , 18. https:// doi.org /1 0.33 8 9/f med.2 0 18.0 0 01 8 38. Y one da, M., Xu, L., K aji y ama , H., Kaw abe , S., P aiz, J ., W ard , J . M., & Kim ur a, S. (20 16). Secr et oglo bi n Su perf am ily P r ot e in S C GB3 A2 Allevi a t es Ho use Dust Mi t e-In duce d Allergic Air w a y Inflam matio n in Mice. International Archives of Allergy and Immunology , 171( 1 ), 36– 44. https:// doi.org / 10. 11 59 /0 0 04 50 78 8 39. Z e ng , Y ., C he n, H. , Zha ng , Z. , F a n , J . , Li , J., Z hou , S., W a ng , N. , Y a n, S., Cao , J . , Li u, J ., Zhou , Z., & Li u , W . (202 3). IFI44L as a nov el e pige netic silenci ng tu mor su p pr essor p r omo t es ap opt osis th r oug h J AK/ST A T1 p a th w ay du ri ng l un g car cinoge nesis. Environmental Pollution , 319, 12 09 43. https:// doi.org / 10. 10 16 /j.envpol. 20 22. 12 09 43 40. E c k er t, R. L. , Fisher , M. L., Gr u n, D ., Ad hi k ary , G., Xu, W ., & Ke rr , C. (20 15). T r a nsg lu t am inase is a tu mor cel l a n d cancer st em cell sur v iv a l fact or . Molecular Carcinogenesis , 54 (1 0), 9 47– 95 8. ht t ps:// doi.org / 10.1 0 02 /mc.2 23 75 41. La l-Nag , M., Ba ttis , M., Santi n, A. D ., & Morin , P . J . (2012). Cla ud in- 6: A novel r ecep t or f or CPE-me di at ed cy t o t o xici ty in ov a ri an cancer . Oncogenesis , 1(11) , e 33–e 33. ht t ps:// doi.org / 10.1 0 38 / oncsis.2 01 2.3 2 .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint 42. L i, Y ., Lan , T . , Li u , M., Li , C., & D u, Y . (2 02 5). GTSF1 pr omo t es st em ness in u t er ine car cinosar coma th r oug h CCL 1-me di at ed M1 macr op hage a g gr ega t ion. American Journal of Cancer Research , 15(5) , 2 39 7– 24 12. https:// doi.org / 10. 62 34 7/MAXH 5 742 43. C he n, H., Ma ts umo t o , K., Br ock w a y , B. L., Rackley , C. R. , Lia ng , J ., Lee, J .-H., Jiang , D ., Nob le, P . W ., Randel l, S. H., Ki m, C. F ., & Stri p p, B. R. (201 2). Air w a y Ep it hel ial P r ogeni t or s A r e R egion Specific an d Sho w Dif f er e ntia l R esponses to Bleom y ci n-In duce d L u ng I nju ry . Stem Cells, 30 (9), 19 48– 19 6 0. h ttps:/ /doi.org / 1 0.10 0 2/ st e m.11 50 44. Nak ay ama , I., Qi, C., Che n, Y . , Nak a mura, Y . , S hen , L., & S hi t ar a, K. (2 0 24). Cla u di n 18. 2 as a nov e l ther a pe ut ic t a r get. Nature Reviews Clinical Oncology , 21( 5), 3 54– 36 9. ht t ps:// doi.org / 10.1 0 38 / s41 5 71- 02 4-0 08 7 4-2 45. T hijssen , V . L. J . L. , P os t e l, R. , Br an dw i jk, R. J . M. G. E., Dings , R. P . M., Nesmelo v a, I., Satij n, S., V erhof st a d, N., Na k abe p pu , Y . , Baum , L. G., Bakk er s, J . , M ayo, K. H . , Poirie r , F ., & Grif fi oen, A. W . (20 06). Galec ti n-1 is esse ntial i n t umor an giogenes is a nd is a t ar ge t f or a ntia ng io genesis ther a py . Proceedings of the National Academy of Sciences , 103 (4 3), 15 9 75– 15 98 0. ht t ps:// doi.org / 10.1 0 73 /p nas.0 60 38 83 10 3 46. Side ni us , N., & Blasi, F . (200 3). The u r oki nase plas mi nogen acti v at or sy st em in cancer: R e cen t adv a nces and im pl ica tio n f or pr o gnosis a n d t her ap y . Cancer and Metastasis Reviews , 22(2– 3), 20 5–2 22. https:// doi.org / 10. 10 23 / A:10 2 30 99 41 59 40 47. D uch, P ., Díaz-V al div ia, N., I k emor i, R., Gabasa, M. , Radis ky , E. S., Ar s hak y an , M., Gea-Sorlí, S., Ma t e u-Bosch, A., Br ag ado, P ., Carr asco , J . L., Mori , H., Ram íre z, J ., T e ixi dó , C., R eg uart , N. , Fillat, C., Radis ky , D . C., & Alcar az, J . (202 2). Aberr a nt TIMP-1 ov e r e x p r ession i n .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint tu mor-associa t e d fib r ob las ts d ri v es t umor pr og r ession t hr o ug h CD6 3 in l un g adenocar cino ma. Matrix Biology, 111, 207– 2 25. ht t ps:// doi.org / 10.1 0 16 /j.matb io.20 2 2.06. 00 9 48. Hua ng , W ., C hi que t-E hris man n , R., Moy ano , J . V ., Gar cia-P ardo , A., & O r e nd , G. ( 20 01). Int erf er e nce of t enasci n-C w it h s yn decan- 4 bi n di ng t o fi br onec ti n b lock s cell a dhesi on an d s ti mu lat es tu mor cel l p r olif er ation. Cancer Research, 61(2 3), 85 8 6–8 59 4. 49. W e i, J ., Y u, W ., W u, L. , C hen , Z., H ua ng , G., Hu , M., & D u , H. (2 02 3). Int e r cell ular Molecu lar C r o s s t a lk N e tw o rk s w it hi n In v a s iv e and I m munosu p pr essi v e T umor Micr oenvironme nt Subt ypes Associa t e d w it h Cl in ical Ou t comes in F ou r Cancer T y pes. Biomedicines , 11(1 1), 30 57. https:// doi.org / 10. 33 90 /b iome dici n es11 11 30 57 50. Lei ti nger , B. (201 4). Discoidin Domai n R ecept or Fu nct ions in P hy siolog ical and P atho logical Cond itio ns. In International Review of Cell and Molecular Biology (V ol. 31 0, p p. 39– 87). Elsevie r . h ttps:/ /doi.o r g /1 0.1 01 6/B9 7 8-0-1 2-8 00 18 0-6.0 0 00 2-5 51. Y e , X. , W an g , Y ., Cah ill , H., Y u, M., Badea, T . C., Smal l w ood , P . M., P eachey , N. S., & Nat hans , J . (200 9). No rri n, Frizz le d-4, an d Lr p 5 Si gna li ng i n E n dot helia l Ce lls Co ntr ols a Gene tic Pr ogr am f or R etinal V ascu lariza t ion. Cell , 139 ( 2), 28 5–2 98. https:// doi.org / 10. 10 16 /j.cell.2 00 9. 07.047 52. Beauche mi n, N., & Ar ab z a de h, A. (201 3). Car cinoe mb r y onic a n t ige n-r el at e d cell ad hesio n molecules (C E ACAMs) in cancer pr o gr essio n an d met ast asis. Cancer and Metastasis Reviews , 32(3– 4), 6 43– 67 1. ht tps:/ / doi.or g /1 0.1 00 7 / s10 55 5-0 1 3-9 44 4-6 53. Zhe ng , M.-Y ., Li n , Y .-T ., Kuo , Y .-S., L in , Y .- J ., Kuo , M.-H., H uang , T .-W ., S hie h, Y .-S., Hu ang , Y . , & C hou , Y .-T . (2 02 5). C y t oki ne an d e pige net ic r e gu l a tio n of C E ACAM6 me diat es E GFR-dr i v en s igna li ng .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint and dr ug r espo nse in lu ng a de noca r cino ma. Npj Precision Oncology , 9( 1 ), 11 5. ht t ps:// doi.org / 10.1 0 38 / s41 6 98- 02 5-0 09 1 0-z 54. Hom mel , T . , Meisel , P . F ., Camer a, E., Bot til lo , G., T e uf elbe r ger , A. R., Bene z ede r , T . H., W olf , P ., Kleissl , L., S t ar y , G., P osch, C., Schne ide r , M. R., & Dah lhof f , M. ( 20 25). Loss of ERBB2 an d ERBB3 R ecept or s Im pacts Ep ide rma l Di f f er enti a t ion in M ice. Journal of Investigative Dermatology , 145 ( 1), 20 4-2 08.e 6. h ttps:/ / doi.or g /1 0.1 01 6/j.ji d.2 0 24.0 6.1 27 8 55. De ng , Z., F a n, T . , Xiao, C., Tia n, H., Z heng , Y ., Li , C., & He, J . ( 20 24). T GF-β sig nali ng i n hea lt h, disease an d the r ape ut ics. Signal T ransduction and T argeted Therapy , 9( 1), 61. ht t ps:// doi.org / 10.1 0 38 / s41 3 92- 02 4-0 17 6 4-w 56. Dcona, M. M., Morris , B. L. , E llis , K. C., & Gr ossman, S. R. (20 17). C tBP- an eme r g i ng o ncogene an d nov el sma ll mo lecule dr ug t ar get: Adv a nce s in the un ders t a n di ng of its oncogenic acti on and ide ntifica t ion of t her a peu tic in hi bi t or s. Cancer Biology & Therapy , 18 (6), 3 79– 39 1. ht t ps:// doi.org / 10.1 0 80 /1 53 84 0 47.2 0 17.1 32 35 86 57. Ji ng , J . , Li u, J ., W a ng , Y ., Zha ng , M., Y an g , L., Sh i, F ., L iu , P ., & She , J . (2 01 8). T he r o le of ZB TB38 i n pr omo ti ng mi gr atio n a nd i n v asi v e gr o w th of bla d der cancer cells. Oncology Reports . ht t ps:// doi.org / 10.3 8 92 / or .2 01 8.6 93 7 58. W a ng , Y ., Ma, C. , Y ang , X. , Gao , J . , & S un , Z. ( 20 24). Z NF2 1 7: An Oncogenic T r a n script ion F ac t or and P ot e nt ial T her ape ut ic T ar ge t f or Mul ti ple H uma n Ca ncer s. Cancer Management and Research, V olume 16 , 49– 62. https:// doi.org / 10.2 1 47 /CMAR.S43 11 35 59. In gr am , K., Samson , S. C., Z e wdu , R., Z i tna y , R. G., Sny de r , E. L., & Me ndo z a , M. C. (202 2). NK X2- 1 con tr ols lu ng cancer pr og r ession by i nd uci ng D USP6 t o da m pen ERK activ it y . Oncogene , 41 (2), .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint 29 3–3 00. https:// doi.org / 10. 10 38 / s4 13 88- 02 1-0 20 76-x 60. Li n , Y ., L i n, P ., Guo , W ., H uang , J ., Xu, X. , & Zhua ng , X. (202 3). PLAGL2 p r omo t es th e s t em ness an d is up r eg ul at ed b y tr a nscrip tio n f act or E2F 1 in h uma n l un g cancer . Environmental T oxicology, 38(4) , 9 41 –9 49. ht t ps:// doi.org / 10. 10 02 / t o x.23 73 9 61. Z hu , J ., W u , C., Li , H., Y uan , Y . , W ang , X ., Zhao , T ., & Xu , J . (20 16). D ACH1 i n hi bi ts t he p r olif er ation and i n v asio n of l u ng a de nocar cinoma th r o ug h the dow n r eg ul a tio n of per o xi r e do xi n 3 . Tu mo r Biology, 37( 7), 97 81– 97 88. https:/ /doi.org / 10.1 0 07 / s13 2 77- 01 6-4 81 1-x 62. R ockich , B. E., H r y caj, S. M., S hi h, H. P ., Na gy , M. S., F e r g uson , M. A. H. , Ko pp , J. L., Sa nde r , M., W ellik , D . M., & S pence , J . R. (2 01 3). So x9 play s m ul ti ple r oles in t he lu ng ep it hel iu m d uri ng br anc hi ng mor phoge nesis. Proceedings of the National Academy of Sciences , 110(47). ht t ps:// doi.org / 10.1 0 73 /p nas.1 31 18 47 11 0 63. Kobay ashi , W ., & Oz a w a, M. ( 20 13). The tr anscri pt ion f act or L EF-1 in d uces a n epi the lial– mesenc h y mal tr a nsit ion in MDC K cells in de pen de nt of β-ca t e ni n. Biochemical and Biophysical Research Communications , 442 ( 1–2) , 1 3 3–1 38. ht t ps:// doi.org / 10.1 0 16 /j.b br c.2 01 3.1 1.03 1 64. Zha ng , P ., Su n , Y ., & Ma , L. ( 20 15). ZEB 1: A t the cr ossr oads of e pi the lial- mesenc hymal tr ansi tio n, met ast asis a n d ther a py r esi s tance. Cell Cycle , 14(4) , 4 81– 48 7. ht t ps:// doi.org / 10.1 0 80 /1 53 84 1 01.2 0 15.1 00 60 48 65. F u, T . , Dai , L.-J ., W u , S.-Y . , X iao , Y . , Ma, D ., Jiang , Y .-Z., & Shao , Z.-M. (2 02 1). Spatia l ar c hi t ect ur e of the i m mu ne m icr oen v ir o nme nt or chestrat es t umor im mu ni ty a nd the r ape ut ic r es ponse. Journal of Hematology & Oncology , 14 (1), 98. ht t ps:// doi.org / 10.1 1 86 / s1 30 45- 02 1-0 11 03- 4 .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint 66. Coëno n, L., Ge in dr ea u , M., Gh ir in ghe lli , F ., Vil lal ba, M., & Br ucha r d , M. (2 02 4). Natur a l Ki lle r cell s a t the f r ontl ine in t he fi g h t a g ai ns t cancer . Cell Death & Disease , 15( 8 ), 61 4. ht t ps:// doi.org / 10.1 0 38 / s41 4 19- 02 4-0 69 7 6-0 67. Gag ger o , S., W itt, K., Car lst en , M., & Mitr a, S. (2 02 0). Cy t oki nes Or che s tra t ing t he N a t ur al Kille r-My e loid Cel l C r oss t a lk i n the T u mor Micr oen vi r on me nt: Im plica t ions f or N a t ural Ki lle r Cell-Based Cance r Imm u not her ap y . Frontiers in Immunology , 11 , 62 12 25 . ht t ps:// doi.org / 10.3 3 89 /fim m u.2 02 0.62122 5 68. Cao , J . , C how , L., & Dow , S. (20 2 3). Str at eg ies t o ov er come my e loid ce ll i n duce d i mm u ne sup pr essio n i n t he t u mor micr oenvi r onme nt. Frontiers in Oncology , 13 , 111 60 16 . ht t ps:// doi.org / 10.3 3 89 /f onc.20 23. 11 16 01 6 69. Che n, H. , X u , Z., & V ar ner , J . (2 02 5). T ar geti ng my elo id cells t o im pr ov e cancer i mm une ther a py . Frontiers in Immunology , 16 , 1 62 34 36. http s://doi.org / 10. 33 89 /fi mm u.2 02 5.1 62 3436 70. K im , N., Ki m, H. K. , Lee , K., Hong , Y ., C h o , J . H., Choi , J . W . , Lee, J .-I., Suh , Y .-L., Ku, B. M., Eu m, H. H. , Choi, S., C hoi , Y .-L. , Joung , J .-G., P ark , W .-Y . , Jung , H. A., S un , J .-M., Lee , S.-H., Ah n, J . S., P ark, K., … Lee , H.-O . (2 0 20). Si ng le-cell R NA se que nci ng de monstr at es t he molecu lar and cell ular r ep r ogr am mi n g of met asta t ic lu ng ade no car cinoma. Nature Communications , 11 (1 ), 22 8 5. ht t ps:// doi.org / 10.1 0 38 / s41 4 67- 02 0-1 61 6 4-1 71. La ug hney , A. M., Hu , J ., Cam pbe ll , N. R., Bakhou m , S. F ., S et ty , M., La v al lée, V .-P ., X ie, Y . , Masilio nis, I., Carr , A. J ., Ko tt apa lli , S., Allaj , V ., M a tt ar , M., R ekhtma n , N., Xa vie r , J . B., Mazu tis, L., P oirier , J . T ., Ru di n , C. M., P e ’ er , D ., & Massagué, J . ( 20 20). R egenera t iv e li neag es an d im mu ne-me di at ed pr u ni ng i n lu ng cance r met a s t as is. Nature Medicine , 26( 2), 2 5 9–2 69. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint ht t ps:// doi.org / 10.1 0 38 / s41 5 91- 01 9-0 75 0- 6 72. Ha n, G., Si njab , A., Rahal , Z., L ync h, A. M., T r ee ki tk a rn mon gk ol , W ., L iu , Y . , Serr an o , A. G., F eng , J . , Lian g , K. , K han , K., Lu , W ., He rna nd e z , S. D ., Li u, Y ., Cao , X., Dai , E., P ei , G., H u, J ., Ab a y a, C. , Gome z-Bolanos, L. I., … Kada r a, H. (2 02 4). An a t las of epi the lial cel l st at es a nd plast icity in lu ng ade nocar cinoma. Nature , 627 (80 04) , 656– 6 63. ht t ps:// doi.org / 10.1 0 38 / s41 5 86- 02 4-0 71 1 3-9 73. S ik k ema , L., Ram íre z-Suást eg ui , C., Str o bl , D . C., Gi llett , T . E., Zap pia , L., Mad issoon, E. , Mar k ov , N. S., Zar agosi, L.-E. , Ji, Y ., A nsari , M., Ar g ue l, M.-J ., Apper loo , L., Ba ncher o, M., Béca vin , C., Ber g , M., Chic hel ni tskiy , E. , Ch u ng , M., Colli n , A., Ga y , A. C. A., … T he is, F . J . (202 3). An i ntegr at e d cell a tlas of the lu ng i n hea lt h an d disease. Nature Medicine , 29( 6), 1 56 3–1 57 7. ht t ps:// doi.org / 10.1 0 38 / s41 5 91- 02 3-0 23 2 7-2 .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Fig. 1. Overview of the SCAPE platform. (A) The schematic diagram illustrates the two core components and functions of. The Integrative Configuration module provides features such as data loading, SCAPE model selection, analysis

Method

configuration, and parameter input. The Automated Execution module automatically runs the generated processing pipeline and performs visualization based on the specified parameters. (B) The flowchart demonstrates the working principle of SCAPE, mainly including installation, data processing, and execution. After cloning the repository and completing the installation, users can set various parameters through an interactive interface. The subsequent data processing, analysis, and visualization steps are then automatically executed according to the customized workflow. The complete pipeline can be found on the GitHub page. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Fig. 2. Single-cell atlas of human and mouse lung cancers. (A) UMAP visualization of the human lung cancer atlas comprising a total of 114,000 cells. (B) Dot plot shows marker genes of 10 cell types. (C) Bar plot displays the proportions of various cell types across 4 types of lung cancer. (D) Feature plot illustrates the expression of AGER, NAPSA, and AKR1C2. (E) UMAP visualization depicts metastasis landscapes of human (208,000 cells) and mouse lung cancers (91,000 cells). (F) Bar plot shows cell type proportions in different metastases of human and mouse lung cancers. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Fig. 3. Comparative pathway and trajectory analyses of human and mouse metastatic lesions. (A) Heatmap illustrates the activity scores of human and mouse samples across 50 hallmark pathways. (B) Volcano plot presents the differentially expressed genes (DEGs) between human and mouse metastatic lesions, identifying both upregulated and downregulated genes. (C) Pseudotime UMAP visualization shows the trajectory of cells from human and mouse metastatic lesions, with pseudotime values reflecting dynamic cellular states. (D) Heatmap along the pseudotime trajectory depicts differential gene expression patterns in human and mouse. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Fig. 4. Cell–cell communication analysis in human and mouse metastatic lesions. (A) Heatmap illustrates the interaction strengths among different human cell types. (B) Dot plot shows the specific ligand–receptor interaction strengths across different human metastatic lesions. (C) Heatmap illustrates the interaction strengths among different mouse cell types. (D) Dot plot shows the specific ligand–receptor interaction strengths across different mouse metastatic lesions. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint Fig. 5. Transcriptional regulation and spatial organization in human and mouse samples. (A) Heatmap illustrates the activity of different transcription factors in human and mouse samples. (B) Spatial pie plots show the cellular composition within each spatial spot. (C) Correlation heatmap depicts the interaction strength between each pair of cell types. (D) Spatial transcriptomic map displays the spatial distribution of 10 cell types across the tissue. .CC-BY-NC-ND 4.0 International licenseavailable under a (which was not certified by peer review) is the author/funder, who has granted bioRxiv a license to display the preprint in perpetuity. It is made The copyright holder for this preprintthis version posted November 16, 2025. ; https://doi.org/10.1101/2025.11.15.688526doi: bioRxiv preprint

Text is read by the "Ask this paper" AI Q&A widget below. Extraction quality varies by source — PMC NXML preserves structure cleanly, OA-HTML may include some navigation residue, and OA-PDF can have broken hyphenation. The publisher copy (via DOI) is the canonical version.

My notes (saved in your browser only)

Ask this paper AI returns verbatim quotes from the full text · source: oa-pdf

Answers must be backed by verbatim quotes from this paper's full text. Hallucinated quotes are dropped automatically; if no verbatim passage answers the question, we say so. How this works

Citation neighborhood (no data yet)

We don't have any in-corpus citations linked to this paper yet. This is a recent paper (2025) — citers typically take a year or two to land, and the OpenAlex reference graph may still be filling in.

Source provenance

europepmc
last seen: 2026-05-20T01:45:00.602351+00:00
unpaywall
last seen: 2026-05-22T02:00:06.705733+00:00
License: CC-BY-NC-ND-4.0