<?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>genetic algorithms &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/genetic-algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Sat, 12 Sep 2026 16:18:41 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>genetic algorithms &#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>Gene Selection Gets Smarter: Co-expression Networks Meet Genetic Algorithms</title>
		<link>https://scienmag.com/gene-selection-gets-smarter-co-expression-networks-meet-genetic-algorithms/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Sat, 12 Sep 2026 16:18:41 +0000</pubDate>
				<category><![CDATA[Medicine]]></category>
		<category><![CDATA[bioinformatics]]></category>
		<category><![CDATA[bioinformatics feature selection methods]]></category>
		<category><![CDATA[biomarker discovery]]></category>
		<category><![CDATA[cancer classification]]></category>
		<category><![CDATA[co-expression networks]]></category>
		<category><![CDATA[computational biology data challenges]]></category>
		<category><![CDATA[dimensionality reduction in genomics]]></category>
		<category><![CDATA[disease classification gene markers]]></category>
		<category><![CDATA[gene co-expression network analysis]]></category>
		<category><![CDATA[gene feature selection]]></category>
		<category><![CDATA[genetic algorithms]]></category>
		<category><![CDATA[genetic algorithms for feature selection]]></category>
		<category><![CDATA[high-dimensional data]]></category>
		<category><![CDATA[high-throughput sequencing data analysis]]></category>
		<category><![CDATA[information-theoretic genetic operators]]></category>
		<category><![CDATA[integrating biology and evolutionary mathematics]]></category>
		<category><![CDATA[machine learning in biomedical data]]></category>
		<category><![CDATA[multi-objective optimization]]></category>
		<category><![CDATA[mutual information]]></category>
		<category><![CDATA[noise reduction in genetic datasets]]></category>
		<category><![CDATA[NSGA-II]]></category>
		<category><![CDATA[Precision medicine]]></category>
		<category><![CDATA[Weighted Non-dominated Sorting Genetic Algorithm]]></category>
		<category><![CDATA[WGCNA]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=196239</guid>

					<description><![CDATA[A new hybrid algorithm called CJWGA combines gene co-expression networks with enhanced genetic operators to select small, accurate gene subsets from high-dimensional medical data.]]></description>
										<content:encoded><![CDATA[<p>Modern medicine is drowning in data, and a new study argues that the way out is not more computing power but a smarter partnership between biology and evolutionary mathematics. In research published in the Journal of Advanced Research, a team led by Zhilin Wang, Weiping Ding, Jinquan Zhang, Ali Asghar Heidari, Mingjing Wang and Huiling Chen introduces a feature selection framework called CJWGA, a Weighted Non-dominated Sorting Genetic Algorithm that combines gene co-expression networks with information-theoretic genetic operators. The method is designed to tackle one of the most stubborn problems in computational biology: how to find the handful of genes that truly matter for disease classification inside datasets containing thousands of candidate features, most of which are noise, redundancy, or statistical distraction.</p>
<p>The scale of the problem is easy to underestimate. High-throughput sequencing and mass spectrometry now allow laboratories to measure the expression of every gene in the human genome across hundreds of samples at once. A dataset might record 10,000 genes while including fewer than a hundred patients. This imbalance creates what statisticians call the curse of dimensionality: the number of possible feature subsets grows as two to the power of n, so for a dataset with 10,000 genes the search space is astronomically larger than anything a brute-force enumeration could ever cover. Worse, adding features does not reliably improve a model. Extra genes can introduce redundancy and noise, causing classifiers to overfit the training data while performing poorly on patients they have never seen. Running times grow as well, because computational complexity rises steadily with the number of features examined.</p>
<p>Existing feature selection strategies fall into three broad families, each with well-known trade-offs. Filtering methods, which rank genes using statistical measures such as mutual information, are fast and scalable but blind to the interactions between features. Wrapper methods, which evaluate subsets by feeding them to a classifier, capture those nonlinear relationships but at a punishing computational cost. Embedded methods such as LASSO regression and tree-based models select features during training, but none of these approaches ask the deeper biological question: which genes actually work together, and which modules of co-regulated genes drive the disease being studied? The new framework was built precisely to fill that gap, treating the biology of gene cooperation as the starting point rather than an afterthought.</p>
<p>The first stage of CJWGA relies on Weighted Gene Co-expression Network Analysis, or WGCNA, a technique originally proposed by Zhang and Horvath that constructs a weighted network linking genes whose expression levels rise and fall together across samples. Genes are not loners; they participate in biological processes through intricate webs of interaction, and WGCNA captures those relationships from a systems perspective. The pipeline begins with Z-score normalization of expression values, followed by a Pearson correlation matrix that is then transformed into a weighted adjacency matrix using a soft thresholding exponent chosen so the network follows a scale-free topology, in which a few highly connected hub genes dominate while most genes have few connections. A Topological Overlap Measure, which accounts for shared neighbors, is then fed into hierarchical clustering to identify modules of functionally related genes, with module eigengenes derived by principal component analysis.</p>
<p>But the authors recognized that relying on a single eigengene per module throws away too much information. A lone principal component cannot reflect the diversity of functions within a module, and it can be biased by outlier expression patterns. Their answer is a preprocessing step called IMGCNet, which uses conditional mutual information to rank genes within each module by how much extra information they carry about the disease label, given the eigengene is already known. A higher conditional mutual information value means a gene retains a strong dependency on the phenotype even after controlling for what the module representative already explains. Larger modules are allowed to retain more genes and smaller modules fewer, through a descending allocation rule that preserves the biological representativeness of each module without letting small, specialized groups flood the analysis.</p>
<p>The second stage hands the modules to an enhanced version of NSGA-II, the classic multi-objective genetic algorithm that balances competing goals by evolving a population of candidate solutions toward a Pareto front. Here the two objectives are minimizing the number of selected genes and maximizing classification accuracy, formalized with a binary decision vector over features and evaluated with a K-Nearest Neighbor classifier on a 70-30 train-test split. Crucially, the researchers designed a hierarchical encoding scheme: the first layer of each chromosome encodes which modules are selected, and the second layer encodes which genes within each chosen module survive. This two-layer structure preserves the biological meaning of the modularization rather than flattening it back into a flat string of bits.</p>
<p>The heart of the contribution lies in two new operators. The Combined Information Entropy Crossover Operator, or CIECO, computes a joint mutual information score across the genes selected in both parents, those selected in neither, and those selected in only one. The resulting value, transformed through a probabilistic function, decides whether crossover should prune doubly-selected genes, promote single-selected ones, or hold steady. When the score is positive, unselected genes carry little information and conservative trimming is favored; when it is negative, redundant double selections are removed and a few unselected genes are introduced to seek greater information content. The Joint Adaptive Mutation Operator, or JAMO, then fine-tunes individual genes using an adaptive rate that depends on iteration progress, the proportion of genes already selected in the module, and the ratio of joint mutual information between selected and unselected genes, with an exponent parameter that keeps the balance under control.</p>
<p>The experimental evaluation covered eight publicly available gene expression datasets, including Brain_Tumor1, Brain_Tumor2, CNS, Leukemia, Leukemia1, Leukemia2, Lung_Cancer and Prostate_Tumor, all with more than 5,000 features and sample sizes between 50 and 203. Against three specialist algorithms, FQEISS, WMOSS and WQEISS, CJWGA achieved the lowest classification error on the CNS, Leukemia, Leukemia1, Leukemia2 and Prostate_Tumor datasets, while selecting the smallest feature subsets on six of the eight datasets. On Inverted Generational Distance, a standard measure of how well a computed Pareto front approximates the true optimum, CJWGA scored zero, meaning perfect overlap with the reference front, on six datasets. Ablation experiments confirmed that both new operators contribute measurably: removing the crossover operator or the mutation operator individually degraded either accuracy or subset compactness. Parameter sweeps established that a crossover proportion of 0.2 and a mutation exponent of 3 offered the most robust results. Because joint mutual information is computed only within compact modules rather than across the entire feature space, the framework retains reasonable scalability even as dataset dimensionality grows.</p>
<p>The implications reach beyond benchmark tables. A feature selection method that respects gene co-expression relationships can point clinicians toward biologically meaningful biomarkers rather than statistical artifacts, a prerequisite for precision medicine where a compact, interpretable gene panel must support diagnosis and treatment decisions. The authors caution, however, that systematic biological interpretation of the selected genes remains future work, and they note that the framework could be extended to dimensionality reduction problems well outside genomics. As high-throughput biology continues to generate data faster than medicine can absorb it, tools like CJWGA suggest that the path forward lies in algorithms that speak both languages fluently: the language of information theory and the language of biological networks. The study is available as open access, supported by the National Natural Science Foundation of China and several provincial research programs.</p>
<p><strong>Subject of Research:</strong> Gene feature selection in high-dimensional medical gene expression data using co-expression networks and genetic algorithms</p>
<p><strong>Article Title:</strong> Advancing Gene Feature Selection: A Synergistic Approach with Co-expression Networks and Genetic Algorithms</p>
<p><strong>Article References:</strong> Wangy, Z., Ding, W., Zhang, J., Heidari, A. A., Wang, M., &amp; Chen, H. (2026). Advancing Gene Feature Selection: A Synergistic Approach with Co-expression Networks and Genetic Algorithms. <em>Journal of Advanced Research</em>. <a href="https://doi.org/10.1016/j.jare.2026.08.064" rel="noopener noreferrer">https://doi.org/10.1016/j.jare.2026.08.064</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1016/j.jare.2026.08.064" rel="noopener noreferrer">10.1016/j.jare.2026.08.064</a></p>
<p><strong>Keywords:</strong> gene feature selection, co-expression networks, WGCNA, genetic algorithms, multi-objective optimization, NSGA-II, mutual information, bioinformatics, cancer classification, precision medicine, high-dimensional data, biomarker discovery</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">196239</post-id>	</item>
	</channel>
</rss>
