<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>prognostic biomarkers for gastric cancer &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/prognostic-biomarkers-for-gastric-cancer/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sun, 30 Aug 2026 02:50:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>prognostic biomarkers for gastric cancer &#8211; Science</title>
	<link>https://scienmag.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">73899611</site>	<item>
		<title>AI blends CT imaging and gene data to predict gastric cancer survival</title>
		<link>https://scienmag.com/ai-blends-ct-imaging-and-gene-data-to-predict-gastric-cancer-survival/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Sun, 30 Aug 2026 02:50:51 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[advances in cancer prognosis prediction]]></category>
		<category><![CDATA[AI models for cancer survival]]></category>
		<category><![CDATA[AI-based cancer survival classification]]></category>
		<category><![CDATA[AI-based survival prediction]]></category>
		<category><![CDATA[CT imaging and gene expression analysis]]></category>
		<category><![CDATA[CT imaging for cancer analysis]]></category>
		<category><![CDATA[gastric cancer prognosis]]></category>
		<category><![CDATA[gastric cancer survival prediction]]></category>
		<category><![CDATA[gastric cancer transcriptomics]]></category>
		<category><![CDATA[gene co-expression patterns in tumors]]></category>
		<category><![CDATA[innovative approaches in gastric cancer prognosis]]></category>
		<category><![CDATA[integrating clinical and genomic data]]></category>
		<category><![CDATA[integration of clinical and genomic data]]></category>
		<category><![CDATA[machine learning models for cancer prognosis]]></category>
		<category><![CDATA[multimodal AI in oncology]]></category>
		<category><![CDATA[multimodal machine learning in oncology]]></category>
		<category><![CDATA[personalized cancer treatment prediction]]></category>
		<category><![CDATA[predictive modeling in gastric cancer]]></category>
		<category><![CDATA[prognostic biomarkers for gastric cancer]]></category>
		<category><![CDATA[radiogenomics in oncology]]></category>
		<category><![CDATA[tumor imaging and genetic data fusion]]></category>
		<category><![CDATA[tumor transcriptomics and imaging fusion]]></category>
		<category><![CDATA[use of TCGA and TCIA datasets]]></category>
		<guid isPermaLink="false">https://scienmag.com/ai-blends-ct-imaging-and-gene-data-to-predict-gastric-cancer-survival/</guid>

					<description><![CDATA[Gastric cancer remains one of the world&#8217;s most lethal malignancies, and predicting which patients will survive has long depended on a narrow set of clinicopathological measures such as tumor stage, grade, and lymph node involvement. Now, a team of researchers in China has demonstrated that a machine learning model can classify the survival status of [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Gastric cancer remains one of the world&#8217;s most lethal malignancies, and predicting which patients will survive has long depended on a narrow set of clinicopathological measures such as tumor stage, grade, and lymph node involvement. Now, a team of researchers in China has demonstrated that a machine learning model can classify the survival status of gastric cancer patients by fusing three very different kinds of data: quantitative features extracted from routine CT scans, patterns of gene co-expression derived from tumor transcriptomics, and standard clinical variables. The study, published in BMC Medical Imaging, offers a glimpse of how multimodal artificial intelligence could sharpen prognostic prediction in oncology.</p>
<p>The research, led by Xinxin Zhang of Jiading District Central Hospital and Jianguang Jia of Bengbu Medical University, drew on publicly available data from The Cancer Genome Atlas Stomach Adenocarcinoma collection (TCGA-STAD) and The Cancer Imaging Archive (TCIA). From these resources, the team assembled a matched cohort of 46 gastric cancer patients for whom CT imaging, transcriptomic profiles, and clinical records were all available. While modest in size, the cohort allowed the investigators to build and test an integrated model that links what a tumor looks like on a scanner with what its genes are doing at the molecular level.</p>
<p>The imaging side of the pipeline relied on radiomics, a technique that converts medical images into hundreds of quantitative descriptors. Using the open-source PyRadiomics toolkit, the researchers extracted 116 features from CT regions of interest. These included texture measures derived from gray-level co-occurrence, run-length, size-zone, dependence, and neighborhood gray-tone difference matrices, all of which capture subtle patterns of heterogeneity within the tumor that the human eye cannot reliably perceive. To avoid overfitting, the team applied least absolute shrinkage and selection operator (LASSO) based L1-regularized logistic regression, a method that shrinks irrelevant coefficients to zero, and retained eleven of the most informative radiomic features for downstream modeling.</p>
<p>On the genomics side, the researchers took a network-based approach rather than analyzing thousands of individual genes. After normalizing transcriptomic data with Z-score transformation, they applied Weighted Gene Co-expression Network Analysis, or WGCNA, a widely used method that clusters genes with correlated expression patterns into modules. The analysis identified seven such transcriptomic modules, each summarized by a single value known as a module eigengene, which is essentially the first principal component of the module&#8217;s expression profile. Condensing thousands of genes into seven eigengenes provided a low-dimensional, biologically meaningful representation of tumor transcriptional behavior, sidestepping the curse of dimensionality that plagues genomic prediction models.</p>
<p>These radiomic features, module eigengenes, and clinical variables were then fed into a random forest classifier, an ensemble algorithm that builds many decision trees on bootstrapped samples of the data and averages their votes. Random forests are prized in biomedical machine learning for their robustness to noise, their tolerance of mixed data types, and their resistance to overfitting on small datasets, properties well suited to a cohort of this scale. The cohort was split into a training and internal-validation set of 37 patients and a held-out evaluation set of 9 patients, with stratified five-fold cross-validation performed within the training set to estimate performance more reliably.</p>
<p>The results were encouraging for an exploratory study of this size. In cross-validation, the random forest model achieved an area under the receiver operating characteristic curve of 0.85, with a 95 percent confidence interval ranging from 0.68 to 0.97. On the held-out evaluation set, the model reached an accuracy of 0.78, with precision and recall for the survival class each at 0.80, and a weighted F1 score of 0.78. An AUC of 0.85 suggests the model distinguishes survivors from non-survivors considerably better than chance, while the consistency between cross-validation and held-out performance hints that the multimodal signal is not merely an artifact of the training data.</p>
<p>The appeal of the approach lies in its multimodality. CT radiomics capture the physical phenotype of the tumor, including its texture, shape, and internal heterogeneity, which are influenced by factors such as cell density, necrosis, and angiogenesis. Transcriptomic module eigengenes reflect the underlying molecular machinery, from immune infiltration to proliferative signaling. Clinical variables anchor both in the patient&#8217;s real-world context. By integrating all three, the model can, in principle, detect survival-relevant signals that no single data type contains on its own, a principle increasingly recognized across precision oncology.</p>
<p>The authors are careful to frame the work as exploratory. With only 46 patients, the confidence intervals are wide, and the held-out set of nine patients is far too small to serve as definitive external validation. The study is also retrospective, relying on publicly available de-identified data rather than a prospectively enrolled cohort, and the researchers note that no additional ethical approval was required for this secondary analysis. Larger, independent, and ideally multi-center cohorts will be needed to determine whether the model generalizes beyond this dataset, whether the same radiomic and transcriptomic features remain predictive across scanners and populations, and whether the approach outperforms existing clinicopathological risk stratification.</p>
<p>Still, the study adds to a rapidly growing body of literature showing that routine clinical imaging, ordinarily used for diagnosis and staging, contains a wealth of quantitative prognostic information waiting to be unlocked. Because CT scans are already obtained as part of standard gastric cancer workups, a validated radiomics-based model could eventually be deployed at little additional cost to the patient, potentially flagging high-risk individuals who might benefit from more aggressive treatment or closer surveillance. Coupling such models with genomic modules could further point clinicians toward the biological drivers behind a poor imaging phenotype.</p>
<p>The work was supported in part by the 2024 National Clinical Key Specialty Construction Project and several Shanghai Jiading District research funds. As artificial intelligence continues to seep into radiology and oncology, studies like this one illustrate both the promise and the discipline required: sophisticated multimodal models can extract striking predictive signals from small cohorts, but translating them into clinical tools will demand the kind of rigorous, large-scale validation that only broader collaborations can provide.</p>
<div class="scienmag-article-metadata"><strong>Subject of Research:</strong> Multimodal machine learning combining CT radiomics, transcriptomic module features, and clinical variables for gastric cancer survival-status classification</p>
<p><strong>Article Title:</strong> Integrating CT radiomics, transcriptomic module features, and clinical variables using a random forest model for gastric cancer survival-status classification</p>
<p><strong>Article References:</strong> Zhang, X., Liu, X., Lv, X., Wang, H., Zhang, B., Ma, Y., Wang, X., &amp; Jia, J. (2026). Integrating CT radiomics, transcriptomic module features, and clinical variables using a random forest model for gastric cancer survival-status classification. <em>BMC Medical Imaging</em>. <a href="https://doi.org/10.1186/s12880-026-02710-8" target="_blank" rel="noopener noreferrer">https://doi.org/10.1186/s12880-026-02710-8</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12880-026-02710-8" target="_blank" rel="noopener noreferrer">10.1186/s12880-026-02710-8</a></p>
<p><strong>Keywords:</strong> Gastric cancer, CT radiomics, Transcriptomics, Multimodal integration, Random forest, Survival-status classification, Prognostic prediction, WGCNA, Machine learning, TCGA-STAD</p>
</div>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">185121</post-id>	</item>
		<item>
		<title>SULF1 Protein Drives T Cell Exhaustion in Gastric Cancer</title>
		<link>https://scienmag.com/sulf1-protein-drives-t-cell-exhaustion-in-gastric-cancer/</link>
		
		<dc:creator><![CDATA[Nathaniel Bowman]]></dc:creator>
		<pubDate>Wed, 15 Apr 2026 20:01:23 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[CD8+ cytotoxic T cell dysfunction]]></category>
		<category><![CDATA[gastric cancer immunotherapy research]]></category>
		<category><![CDATA[immune evasion in gastric cancer]]></category>
		<category><![CDATA[macrophage-mediated immunosuppression]]></category>
		<category><![CDATA[molecular pathways of immune suppression]]></category>
		<category><![CDATA[prognostic biomarkers for gastric cancer]]></category>
		<category><![CDATA[SULF1 as therapeutic target]]></category>
		<category><![CDATA[SULF1 protein in gastric cancer]]></category>
		<category><![CDATA[T cell exhaustion mechanisms]]></category>
		<category><![CDATA[The Cancer Genome Atlas data analysis]]></category>
		<category><![CDATA[tumor microenvironment in gastric cancer]]></category>
		<category><![CDATA[tumor-associated macrophage polarization]]></category>
		<guid isPermaLink="false">https://scienmag.com/sulf1-protein-drives-t-cell-exhaustion-in-gastric-cancer/</guid>

					<description><![CDATA[The landscape of gastric cancer research has taken a compelling turn with the recent unveiling of secreted SULF1 protein&#8217;s pivotal role in modulating immune responses within the tumor microenvironment. This breakthrough advances our understanding of how gastric cancers evade immune surveillance, fostering tumor progression. A study led by Lu and Lu, published in Genes &#38; [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>The landscape of gastric cancer research has taken a compelling turn with the recent unveiling of secreted SULF1 protein&#8217;s pivotal role in modulating immune responses within the tumor microenvironment. This breakthrough advances our understanding of how gastric cancers evade immune surveillance, fostering tumor progression. A study led by Lu and Lu, published in Genes &amp; Immunity, meticulously delineates the molecular interplay between SULF1 secretion, macrophage behavior, and T-cell exhaustion, providing a promising new avenue for therapeutic intervention.</p>
<p>Gastric cancer, noted for its high mortality rates worldwide, is typified by an insidious ability to both proliferate aggressively and subvert immune defenses. Central to this evasion is the tumor microenvironment, a complex network of cellular crosstalk and signaling pathways. Despite extensive investigation, the exact molecular mechanisms that promote tumor-associated macrophage (TAM) polarization towards a pro-tumor, immunosuppressive phenotype, and the subsequent functional exhaustion of cytotoxic CD8+ T cells, have remained elusive.</p>
<p>Leveraging the expansive data repository of The Cancer Genome Atlas (TCGA), the researchers initially identified that SULF1 expression is markedly elevated in gastric cancer tissues compared to normal gastric epithelium. Notably, this upregulation correlates strongly with advanced tumor stages and poor overall patient survival, suggesting that SULF1 could serve as both a prognostic biomarker and an active contributor to disease progression rather than a mere bystander.</p>
<p>To translate these bioinformatic findings into functional insights, Lu and Lu employed CRISPR/Cas9 gene editing alongside lentiviral-mediated gene overexpression to modulate SULF1 levels in gastric cancer cell lines. Cells with suppressed SULF1 expression displayed significantly reduced proliferation, migration, and invasion capacities, coupled with enhanced apoptotic rates. In stark contrast, augmenting SULF1 levels amplified malignant behaviors, underscoring the protein’s direct pro-tumorigenic influence.</p>
<p>Beyond tumor cell intrinsic effects, the investigation delved into SULF1’s role in orchestrating immune cell dynamics within the tumor niche. Co-culture experiments involving human macrophages exposed to conditioned media from SULF1-overexpressing gastric cancer cells revealed induction of the M2 macrophage polarization phenotype, characterized by immune suppression and tissue remodeling functions that typically facilitate tumor progression.</p>
<p>In parallel, CD8+ T cells subjected to the same experimental conditions exhibited hallmark features of exhaustion—a dysfunctional state manifesting as reduced cytokine production, diminished cytotoxic granule release, and impaired proliferative capacity. Flow cytometric analyses quantitatively confirmed that elevated SULF1 prompts a shift in T cell functionality towards this exhausted phenotype, a major barrier to effective anti-tumor immunity.</p>
<p>Sifting through intracellular signaling pathways, the study highlighted the STAT3 pathway as a critical mediator of SULF1’s immunomodulatory activities. Biochemical assays, including immunoblotting and nuclear translocation evaluations, revealed that SULF1 activates STAT3 signaling within macrophages. This activation drives M2 polarization and subsequently fosters an immunosuppressive milieu capable of blunting cytotoxic T cell responses.</p>
<p>A particularly striking component of the research involved in vivo validation using murine models of gastric cancer. Silencing SULF1 in tumor cells implanted into mice led to pronounced tumor regression accompanied by reduced markers of T cell exhaustion within the tumor microenvironment. Conversely, exogenous supplementation of secreted SULF1 protein reinstated the immunosuppressive conditions and accelerated tumor growth, cementing the causal role of SULF1 in shaping tumor immunity.</p>
<p>The implications of these findings are profound. They position SULF1 not only as an oncogenic factor intrinsic to gastric cancer cells but as a potent architect of the tumor microenvironment’s immune landscape, pivoting the balance towards immune escape and tumor sustenance. This dual action opens exciting therapeutic possibilities to disrupt this deleterious axis.</p>
<p>Currently, immunotherapies targeting exhausted T cells, such as immune checkpoint inhibitors, are limited by the complex suppressive networks imposed by TAMs and other stromal components. By targeting the SULF1-STAT3 signaling circuit, it may be possible to reprogram macrophages away from their M2 state and restore CD8+ T cell activity, thereby sensitizing tumors to existing and emerging immunotherapeutic regimens.</p>
<p>Additionally, the study’s integration of multi-dimensional experimental approaches—from genome-wide data mining to precise gene editing, immune cell functional assays, and in vivo modeling—exemplifies an innovative paradigm for unraveling the tumor-immune interface. The comprehensive elucidation of SULF1’s role offers an archetype for similar molecular dissection in other cancer types exhibiting immune evasion.</p>
<p>Beyond gastric cancer, the secreted nature of SULF1 suggests it might also modulate systemic immune responses, potentially influencing metastatic niches or distant immune organs. Future investigations exploring SULF1 expression patterns across cancers and its systemic immunological impact could broaden its relevance as a clinical target.</p>
<p>In summary, Lu and Lu’s research delivers compelling evidence that secreted SULF1 protein is a key orchestrator of tumor immune evasion in gastric cancer, primarily through activation of STAT3-dependent macrophage polarization and consequent CD8+ T cell exhaustion. Their work not only refines our molecular understanding of tumor-host immune dynamics but also ushers in novel strategies for enhancing anti-tumor immunity by disrupting this newly characterized axis.</p>
<p>As gastric cancer continues to pose significant clinical challenges with limited therapeutic responsiveness, targeting the SULF1-STAT3 pathway emerges as an alluring, innovative strategy. This discovery spotlights a critical mechanistic node ripe for drug development, with the potential to improve patient outcomes by reinvigorating immune-mediated tumor control and curtailing cancer progression.</p>
<p>The confluence of molecular biology, immunology, and clinical oncology in this work underscores the transformative power of interdisciplinary approaches in cancer research. Looking forward, incorporation of SULF1-targeted therapies with existing treatment modalities may herald a new era of precision immuno-oncology in gastric cancer and beyond, catalyzing durable remissions and enhanced survival for affected patients.</p>
<hr />
<p><strong>Subject of Research</strong>: Gastric cancer immunology, tumor microenvironment, SULF1 regulation, macrophage polarization, CD8+ T cell exhaustion, STAT3 signaling</p>
<p><strong>Article Title</strong>: Secreted SULF1 protein modulates CD8+ T cell exhaustion by promoting TAM polarization in gastric cancer</p>
<p><strong>Article References</strong>:<br />
Lu, X., Lu, D. Secreted SULF1 protein modulates CD8 + T cell exhaustion by promoting TAM polarization in gastric cancer. <em>Genes Immun</em> (2026). <a href="https://doi.org/10.1038/s41435-026-00399-x">https://doi.org/10.1038/s41435-026-00399-x</a></p>
<p><strong>Image Credits</strong>: AI Generated</p>
<p><strong>DOI</strong>: 10.1038/s41435-026-00399-x (15 April 2026)</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">151718</post-id>	</item>
	</channel>
</rss>
