<?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>open-source plant genomics pipeline &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/open-source-plant-genomics-pipeline/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Thu, 24 Sep 2026 00:19:25 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.1.2</generator>

<image>
	<url>https://scienmag.com/wp-content/uploads/2024/07/cropped-scienmag_ico-32x32.jpg</url>
	<title>open-source plant genomics pipeline &#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>New Automated Pipeline Speeds Up Gene Hunting in Crop Breeding</title>
		<link>https://scienmag.com/new-automated-pipeline-speeds-up-gene-hunting-in-crop-breeding/</link>
		
		<dc:creator><![CDATA[Alan Morgan]]></dc:creator>
		<pubDate>Thu, 24 Sep 2026 00:19:25 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[automated gene candidate identification]]></category>
		<category><![CDATA[bioinformatics automation in plant breeding]]></category>
		<category><![CDATA[bioinformatics pipeline]]></category>
		<category><![CDATA[bulked segregant analysis]]></category>
		<category><![CDATA[bulked segregant analysis software]]></category>
		<category><![CDATA[computational tools for crop trait analysis]]></category>
		<category><![CDATA[crop breeding]]></category>
		<category><![CDATA[crop breeding bioinformatics tools]]></category>
		<category><![CDATA[genetic mapping]]></category>
		<category><![CDATA[genetic trait mapping in crops]]></category>
		<category><![CDATA[genotyping analysis]]></category>
		<category><![CDATA[Illumina Infinium]]></category>
		<category><![CDATA[marker-assisted selection]]></category>
		<category><![CDATA[open-source plant genomics pipeline]]></category>
		<category><![CDATA[plant breeding data processing workflows]]></category>
		<category><![CDATA[QTL discovery]]></category>
		<category><![CDATA[quantitative trait loci]]></category>
		<category><![CDATA[R Shiny]]></category>
		<category><![CDATA[R Shiny genetic analysis applications]]></category>
		<category><![CDATA[SNP array]]></category>
		<category><![CDATA[SNP array data analysis]]></category>
		<category><![CDATA[soybean]]></category>
		<category><![CDATA[SoySNP50K]]></category>
		<category><![CDATA[speeding up gene discovery in agriculture]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=211542</guid>

					<description><![CDATA[Researchers have developed BSArray, an automated R Shiny pipeline that turns Illumina SNP array data into mapped quantitative trait loci, making bulked segregant analysis faster and more reproducible for crop breeding.]]></description>
										<content:encoded><![CDATA[<p>Plant breeders hunting for the genetic basis of valuable traits—disease resistance, yield, drought tolerance—have long faced a computational bottleneck. The genetics are often the easy part: cross two parents that differ in a trait, and the offspring will segregate, with some inheriting the favorable version of the underlying genes and others not. The hard part has been turning raw genotyping data into a short list of candidate genome regions, a process that traditionally demanded custom scripts, manual comparisons, and considerable bioinformatics skill. A new open-source tool described in BMC Bioinformatics aims to remove that bottleneck by automating the entire workflow from raw SNP array data to annotated candidate genes.</p>
<p>The software, called BSArray, was developed by M. Habib Widyawan and Zenglu Li of the University of Georgia&#8217;s Institute of Plant Breeding, Genetics, and Genomics, together with Qijian Song of the USDA Agricultural Research Service&#8217;s Beltsville Agricultural Research Center. It packages a classical genetic technique known as bulked segregant analysis, or BSA, into an interactive R Shiny application, meaning that researchers can run the full analysis through a graphical interface rather than a command line. The developers designed it specifically for data generated on Illumina Infinium SNP genotyping arrays, the fixed-content genotyping platforms that many crop genetics labs already use routinely.</p>
<p>Bulked segregant analysis is an elegant shortcut in quantitative genetics. Instead of genotyping every individual in a breeding population and running a full linkage analysis, researchers create two bulks: one pooling the offspring that show the trait of interest most strongly, and one pooling those that show it least. Any genomic region that truly influences the trait will show a systematic shift in allele frequency between the two bulks, because the individuals in the high-trait bulk share, by selection, the parental chromosome segment carrying the favorable allele. Scanning the genome for such frequency differences points directly to the quantitative trait loci, or QTL, responsible. The approach trades some statistical power for enormous savings in cost and time, which is why it remains popular for early-stage gene discovery in crops.</p>
<p>Where sequencing-based BSA has attracted a rich ecosystem of automated pipelines, the array-based version has lagged behind. Illumina Infinium arrays produce fluorescence intensity measurements for each SNP, and converting those signals into reliable allele frequency estimates for bulks involves several judgment calls: how to normalize intensities, how to weight genotypes by their confidence, and how to filter out markers with poor performance. In practice, researchers have had to compare parental and bulk genotypes by hand, write custom filtering scripts, and assemble results in spreadsheets. Each manual step is an opportunity for error, and none of them scale well when a breeding program wants to analyze dozens of populations across multiple traits and seasons.</p>
<p>BSArray addresses this by implementing the full pipeline end to end. The application starts with the normalized intensity metrics from the array and estimates allele frequencies for each bulk directly from those signals. Its central innovation is a quality-weighted statistic, denoted W, which computes the allele frequency difference between bulks while integrating two pieces of information: the magnitude of the frequency difference itself and the confidence of the underlying genotype calls. Markers that show a large difference but rest on shaky genotype calls are discounted relative to markers where the signal is both large and reliable. This weighting scheme helps suppress false positives arising from noisy or poorly performing array probes, a persistent nuisance in array-based genotyping.</p>
<p>From the per-marker W statistic, the pipeline moves to a sliding window framework that scans the genome in overlapping segments. Rather than relying on a single noisy marker, the window approach asks whether a stretch of consecutive markers collectively shows an elevated frequency difference, which is the spatial signature of a genuine QTL. Significance is assessed against empirical genome-wide thresholds, so the user gets a statistically grounded call on which regions are putative QTL rather than an arbitrary visual cutoff. Once significant regions are identified, the pipeline automatically prioritizes the most informative candidate markers within them and annotates the nearby gene models, giving breeders a direct bridge from a statistical signal to the genes they might pursue for marker-assisted selection.</p>
<p>The developers demonstrated the tool using the SoySNP50K array, a 50,000-SNP platform developed for soybean, in three implementation scenarios that map neatly onto the realistic situations breeders encounter. In the first, BSArray detected a previously reported major-effect locus, confirming that the pipeline recovers known biology. In the second, it mapped a locus that had not previously been placed on the soybean genome, showing its value for genuinely new discovery. In the third, it detected a novel minor-effect locus within a QTL region that was already known, illustrating the tool&#8217;s ability to refine and dissect complex trait architecture rather than only finding the largest, most obvious signals. Together, the three cases cover the spectrum from validation to refinement to novel discovery.</p>
<p>The practical significance for crop improvement lies in speed and reproducibility. Marker-assisted selection, the practice of using DNA markers to guide breeding decisions, depends on having well-mapped QTL and reliable flanking markers. Every step that slows QTL discovery—manual genotype comparison, ad hoc scripting, irreproducible filtering—delays the delivery of markers that breeders can deploy in the field. By reducing manual intervention and computational requirements, BSArray offers what its developers describe as a rapid, reproducible, and user-friendly framework that serves as a practical and scalable alternative to sequencing-based approaches, particularly for laboratories whose primary genotyping investment is already in SNP arrays rather than whole-genome sequencing.</p>
<p>The cost logic is an important part of the appeal. Whole-genome resequencing of bulks delivers dense marker coverage but carries substantial per-sample expense and generates data volumes that demand serious computational infrastructure. SNP arrays, by contrast, offer a fixed, curated marker set at a fraction of the cost, and for many crop species the array density is more than sufficient for bulked segregant analysis, which needs enough markers to detect regional allele frequency shifts rather than the causal variant itself. A tool that makes array-based BSA as turnkey as its sequencing-based counterparts could therefore broaden access to QTL discovery for smaller breeding programs, national agricultural research systems, and university labs in developing countries—settings where the soybean work&#8217;s funding context, including the United Soybean Board and support for an Indonesian doctoral researcher through the Fulbright FIRST program, reflects the international reach of modern crop genomics.</p>
<p>BSArray is published as open-access software in BMC Bioinformatics, with earlier versions tested by collaborators including Francismar C. Marcelino-Guimarães of the Brazilian Agricultural Research Corporation. The design choices—an interactive web-style interface, automated quality weighting, empirical significance thresholds, and built-in gene annotation—reflect a broader trend in bioinformatics toward tools that embed expert judgment into software so that domain scientists can perform analyses that once required a dedicated computational specialist. For a field racing to develop climate-resilient, disease-resistant crop varieties faster than pathogens and weather can evolve, shaving weeks off the gene-discovery pipeline is not a trivial convenience. It is the difference between a breeding cycle that waits on analysis and one that moves at the speed of the growing season.</p>
<p><strong>Subject of Research:</strong> Automated bulked segregant analysis pipeline for QTL discovery using SNP genotyping arrays</p>
<p><strong>Article Title:</strong> BSArray: An automated bulked segregant analysis pipeline for QTL discovery using Illumina Infinium SNP genotyping array</p>
<p><strong>Article References:</strong> Widyawan, M. H., Song, Q., &amp; Li, Z. (2026). BSArray: An automated bulked segregant analysis pipeline for QTL discovery using Illumina Infinium SNP genotyping array. <em>BMC Bioinformatics</em>. <a href="https://doi.org/10.1186/s12859-026-06670-2" rel="noopener noreferrer">https://doi.org/10.1186/s12859-026-06670-2</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12859-026-06670-2" rel="noopener noreferrer">10.1186/s12859-026-06670-2</a></p>
<p><strong>Keywords:</strong> bulked segregant analysis, QTL discovery, Illumina Infinium, SNP array, soybean, SoySNP50K, marker-assisted selection, R Shiny, bioinformatics pipeline, quantitative trait loci, crop breeding, genetic mapping</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">211542</post-id>	</item>
	</channel>
</rss>
