qibcPlot are a series of R scripts which offer a methodology for the creation of intuitive plots of quantitative imaging data generated by CellProfiler.
Quantitative Image Based Cytometry (QIBC) aims to derive further detail from microscopy data. Previously, QIBC has been limited to propriety microscopy software (ScanR) and propriety data visualisation software (Spotfire). The qibcPlots R scripts shared here offer a method for the creation of intuitive and pretty visualisations using the ggplot2 package in R. For the acquisition of quantitative image data, a general CellProfiler pipeline has been provided.
As a whole, this repo also aims to provide end-to-end methodology for creating and plotting QIBC data from your microscope images. An example CellProfiler pipeline and considerations for using CellProfiler can be found here.
The R script for analysis of the output from CellProfiler can be found in the qibcPlots
folder here. An example dataset (Nuelci.csv
) for testing this script can be found in the example-data
folder.
Here you can find an online application to explore how the 3var plots look and how they can be manipulated. Here you can find the shiny app which you can run locally with your own data.
Blue lines represent the mean intensity for the population per condition
If you have an idea for a new QIBC visualisation, or want to change something, please submit a pull request or raise an issue.