<?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>statistical methods in functional genomics &#8211; Science</title>
	<atom:link href="https://scienmag.com/tag/statistical-methods-in-functional-genomics/feed/" rel="self" type="application/rss+xml" />
	<link>https://scienmag.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2026 13:27:52 +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>statistical methods in functional genomics &#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 Statistical Tool Speeds Up Gene Perturbation Screening in Single Cells</title>
		<link>https://scienmag.com/new-statistical-tool-speeds-up-gene-perturbation-screening-in-single-cells/</link>
		
		<dc:creator><![CDATA[Juliet Wilcox]]></dc:creator>
		<pubDate>Tue, 22 Sep 2026 13:27:52 +0000</pubDate>
				<category><![CDATA[Biology]]></category>
		<category><![CDATA[ambient RNA contamination]]></category>
		<category><![CDATA[analysis of pooled guide RNA libraries]]></category>
		<category><![CDATA[bioinformatics tool development]]></category>
		<category><![CDATA[BMC Bioinformatics]]></category>
		<category><![CDATA[computational tools for gene editing]]></category>
		<category><![CDATA[contingency table]]></category>
		<category><![CDATA[CRISPR screen]]></category>
		<category><![CDATA[false discovery rate]]></category>
		<category><![CDATA[Fisher's exact test]]></category>
		<category><![CDATA[Fisher's Exact Test in genomics]]></category>
		<category><![CDATA[functional genomics]]></category>
		<category><![CDATA[gene perturbation screening]]></category>
		<category><![CDATA[guide assignment]]></category>
		<category><![CDATA[guide RNA assignment]]></category>
		<category><![CDATA[multiple testing correction]]></category>
		<category><![CDATA[noise reduction in single-cell sequencing]]></category>
		<category><![CDATA[Perturb-seq]]></category>
		<category><![CDATA[scalable gene perturbation analysis]]></category>
		<category><![CDATA[Simpson's paradox]]></category>
		<category><![CDATA[single-cell CRISPR screens]]></category>
		<category><![CDATA[single-cell RNA sequencing analysis]]></category>
		<category><![CDATA[single-cell RNA-seq]]></category>
		<category><![CDATA[statistical methods in functional genomics]]></category>
		<guid isPermaLink="false">https://scienmag.com/?p=205303</guid>

					<description><![CDATA[Researchers at Genentech have developed Fishash, a fast Fisher's Exact Test-based method that improves the accuracy and speed of assigning guide RNAs to cells in Perturb-seq CRISPR screens.]]></description>
										<content:encoded><![CDATA[<p>Single-cell CRISPR screens have transformed functional genomics by allowing researchers to knock out or modulate thousands of genes at once and then read out the consequences in individual cells. In the most popular implementation, known as Perturb-seq, a pooled library of guide RNAs is delivered into a population of cells, and single-cell RNA sequencing captures both each cell&#8217;s transcriptome and the identity of the guide RNA it received. A deceptively difficult computational step sits at the heart of every such experiment: deciding, from noisy sequencing counts, which guide RNA actually landed in which cell. A newly published method called Fishash promises to make that step faster, more statistically rigorous, and easier to apply at scale.</p>
<p>The method, described in the journal BMC Bioinformatics by Jack Kamm, Jake Yeung, and William F. Forrest of Genentech, reframes guide assignment as a problem in classical statistics. Rather than fitting an elaborate probabilistic model to the guide count matrix, the authors propose treating the matrix of guide RNA counts across cells as a contingency table. For every cell-guide pair, they construct a two-by-two table that contrasts the counts involving that cell and that guide with all other counts, and then apply Fisher&#8217;s Exact Test, a workhorse of categorical data analysis, to ask whether the cell and guide barcodes are statistically associated. A significant association signals that the guide is genuinely present in the cell rather than appearing by chance through sequencing noise.</p>
<p>The elegance of this formulation lies in what it provides automatically. Because Fisher&#8217;s Exact Test conditions on the margins of the contingency table, the resulting p-values implicitly normalize for both cell-specific and guide-specific size factors, the uneven sequencing depth that plagues single-cell data. Cells that received more total reads and guides that were more abundant in the library are handled without any explicit normalization step. The method also produces a p-value for every cell-guide pair, giving users a graded measure of confidence rather than a hard binary call, and enabling downstream analyses such as full precision-recall curves when benchmarking alternative cutoffs.</p>
<p>Two statistical subtleties demanded additional innovation. First, because the method performs one test for every cell-guide combination, large screens can involve tens of millions of hypothesis tests. Naive application of standard multiple testing corrections such as the Benjamini-Hochberg procedure would be inappropriate, because the tests are strongly correlated: a cell that tests positive for one guide is less likely to test positive for others, and counts involving the same guide or the same cell share information. The authors developed a multiple testing correction strategy that accounts for this correlation structure, preserving control of the false discovery rate while avoiding the excessive conservatism that would come from ignoring the dependencies.</p>
<p>The second subtlety is a form of confounding that can flip conclusions in exactly the wrong way. Ambient RNA contamination, sometimes called soup or background noise, introduces guide molecules into cells that never received them. If the contamination is not independent across cells and guides, a phenomenon analogous to Simpson&#8217;s paradox can arise: an association that appears significant in the aggregate data disappears, or even reverses, once the noise component is considered separately. Fishash addresses this by testing an adjusted odds ratio that replaces the margins involving the focal cell and guide with their noise-based counterparts. To estimate the unobserved noise counts, the method performs an iterative rank-1 Poisson matrix completion: entries that have already been confidently assigned are masked out, the remaining background structure is fit under a Poisson likelihood by alternating updates of guide and cell abundance parameters, and the imputed noise counts feed back into refined p-values. The procedure repeats until the assignments stabilize.</p>
<p>Recognizing that fair comparison of guide assignment methods has been hampered by a lack of realistic test data, the authors also introduced a simulation framework that generates synthetic guide counts under a detailed model of sequencing noise. The simulator draws on the contamination model popularized by the Cellbender software, incorporating latent cell-level factors such as ambient RNA fractions, capture efficiencies, and dropout rates, along with guide-level expression variation. Crucially, the simulations can vary the number of guides in the library and the multiplicity of infection, the average number of guides delivered per cell, allowing benchmarking across the parameter regimes that matter in practice. The code to reproduce all results is publicly available alongside the method itself.</p>
<p>In benchmarks on both simulated and real datasets, Fishash compared favorably with existing approaches in both accuracy and runtime. On simulations varying the number of guides, the method achieved the top median F1 score in the majority of settings, performing particularly well when the guide library was large or guide RNA expression was low. In simulations varying the multiplicity of infection, Fishash remained competitive at low multiplicity, where most cells carry at most one guide, though other methods such as crispat-NB and dcCLEANSER edged ahead at high multiplicity. The authors emphasize that Fishash was conservative in its error control: its observed precision stayed above its nominal lower bound across the sweep, whereas several competing Bayesian and frequentist methods failed to control the false discovery rate at least once across the scenarios tested.</p>
<p>The stress tests also revealed the method&#8217;s limits, which the authors report transparently. When extra overdispersion was injected into the noise counts by replacing the Poisson distribution with a Geometric distribution, one of the most extreme overdispersion regimes available, precision dropped for many methods and Fishash no longer controlled the false discovery rate at its nominal five percent level in every scenario. Even so, its F1 scores remained qualitatively similar to the original benchmarks, indicating a competitive balance between precision and recall even under unusually harsh noise. The authors note that the conditional low-rank Poisson structure assumed for background counts is common to many single-cell contamination models, including Cellbender, SoupX, DecontX, and scAR, so the simulation represents a deliberately challenging departure from the assumptions shared across the field.</p>
<p>Practical accessibility was a design priority. Fishash is distributed as an easy-to-use R package on GitHub, and because it relies on exact tests over contingency tables rather than iterative model fitting, it scales comfortably to screens with tens of thousands of cells and guides, where computationally expensive probabilistic approaches can become prohibitive. The software also outputs its test statistic for every entry of the cell-guide matrix, which allows users to visualize the distribution of scores, select alternative significance cutoffs informed by the data, and compute full precision-recall curves during method benchmarking. The work was carried out entirely within Genentech, with the authors crediting colleagues in the company&#8217;s AI Biology and Translation department for discussions that shaped the manuscript.</p>
<p>For the growing community running Perturb-seq experiments, the significance of the method is straightforward: guide assignment is the gatekeeper step that determines whether downstream perturbation effects are real or artifacts of misassignment, and errors made here propagate through every subsequent analysis. By combining a classical, well-understood statistical test with modern corrections for multiplicity, confounding, and background contamination, and by packaging the result in fast, open software, Fishash lowers both the computational and conceptual barriers to reliable pooled single-cell screening. As CRISPR screens continue to expand in scale and ambition, tools that trade heavy model fitting for careful, assumption-aware statistics are likely to play an increasingly central role in turning raw sequencing counts into trustworthy biological conclusions.</p>
<p><strong>Subject of Research:</strong> A contingency table and Fisher&#x27;s Exact Test based method for assigning guide RNAs to cells in single-cell pooled CRISPR screens (Perturb-seq)</p>
<p><strong>Article Title:</strong> Fishash: a contingency table approach to Perturb-seq guide assignment</p>
<p><strong>Article References:</strong> Kamm, J., Yeung, J., &amp; Forrest, W. F. (2026). Fishash: a contingency table approach to Perturb-seq guide assignment. <em>BMC Bioinformatics</em>. <a href="https://doi.org/10.1186/s12859-026-06631-9" rel="noopener noreferrer">https://doi.org/10.1186/s12859-026-06631-9</a></p>
<p><strong>Image Credits:</strong> AI Generated</p>
<p><strong>DOI:</strong> <a href="https://doi.org/10.1186/s12859-026-06631-9" rel="noopener noreferrer">10.1186/s12859-026-06631-9</a></p>
<p><strong>Keywords:</strong> Perturb-seq, CRISPR screen, single-cell RNA-seq, guide assignment, Fisher&#x27;s exact test, Simpson&#x27;s paradox, multiple testing correction, contingency table, false discovery rate, ambient RNA contamination, functional genomics, BMC Bioinformatics</p>
]]></content:encoded>
					
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">205303</post-id>	</item>
	</channel>
</rss>
