Contribute Media
A thank you to everyone who makes this possible: Read More

Clustering of high content images to discover off target phenotypes

Summary

In high content imaging screens, cells are subjected to various treatments (usually shutting down specific genes) in high throughput, imaged, and a phenotype of interest measured. We argue that there is a wealth of information to be found in off-target phenotypes, and present an image clustering approach to discover these and infer gene function.

Description

In the decade between 1999 and 2008, more newly-approved, first-in-class drugs were found by phenotypic screens than by molecular target-based approaches. This is despite far more resources being invested in the latter, and highlights the rising importance of screens in biomedical research. (Swinney and Anthony, Nat Rev Drug Discov, 2011)

Despite this success, the data from phenotypic screens is vastly underutilized. A typical analysis takes millions of images, obtained at a cost of, say, $250,000, and reduces each to a single number, a quantification of the phenotype of interest. The images are then ranked by that value and the top-ranked images are flagged for further investigation. (Zanella et al, Trends Biotech, 2010)

The images, however, contain a lot more information than just a single phenotypic number. For one, usually only the mean phenotype of all the cells in the image is reported, with no information about variability, even though the distribution of cell shapes in a single image is highly informative (Yin et al, Nat Cell Biol, 2013). Additionally, cells display a variety of off-target phenotypes, independently of the target, that can provide biological insight and new research avenues.

We are developing an unsupervised clustering pipeline, tentatively named high-content-screen unsupervised sample clustering (HUSC), that leverages the scientific Python stack, particularly scipy.stats, pandas, scikit-image, and scikit-learn, to summarize images with feature vectors, cluster them, and infer the functions of genes corresponding to each cluster. The library includes functions for preprocessing images, computing an array of features designed specifically for microscopy images, and accessing a MongoDB database containing sample data. Its API allows easy extensibility by placing screen-specific functions under the screens sub-package. An example IPython notebook with a preliminary analysis can be found here.

We plan to use this library to develop a flexible web interface for flexible and extensible analysis of high-content screens, and relish the opportunity to enlist the help and expertise of the SciPy crowd.

Improve this page