Frequently Asked Questions
- How do I get started?
- Where can I find out more information about CellProfiler 2.0?
- Are CellProfiler and CellProfiler Analyst free?
- What is the difference between CellProfiler and CellProfiler Analyst?
- Do CellProfiler and CellProfiler Analyst have to be used together?
- I'm an image processing expert. Why should I use CellProfiler for development?
- I'm an image processing expert. Can I use CellProfiler modules as part of a larger software package?
- What happened to the CellVisualizer software project?
- I'm not a programmer. How much programming do I need to know?
- I don't have MySQL. Can I use Microsoft Access?
- I have only a few images, should I use CellProfiler?
- I have a small image set (20 images). Should I use CellProfiler Analyst?
- Can I collaborate with you on a project?
- How can I show my enthusiasm for the CellProfiler project and simultaneously help a good cause?
- What if I have more questions?
Are CellProfiler and CellProfiler Analyst free?
Yes. They are free and open-source (GPL). See the license.
What is the difference between CellProfiler and CellProfiler Analyst?
CellProfiler processes images and produces numerical data, which can exported to Excel (if small) or deposited in files or exported to a database (if large).
CellProfiler Analyst allows researchers to explore and analyze data. The machine learning-based scoring of complex phenotypes is one example of the analysis tools in CellProfiler Analyst.

Do CellProfiler and CellProfiler Analyst have to be used together?
No – while the two software packages work well together, they can be used individually:
- Tools to explore and analyze data generated by CellProfiler:
- CellProfiler Analyst allows analysis and exploration of data produced by CellProfiler that has been deposited into a MySQL database, using CellProfiler's ExportToDatabase module. Classifier 2.0 handles MySQL databases as well as SQLite databases and CSV files exported by ExportToDatabase.
- CellProfiler has built-in tools in the "Data Tools" menu in the main window to generate a few types of plots using data from a CellProfiler output file.
- A spreadsheet program like Microsoft Excel or OpenOffice can read the tab-delimited files that are generated by the ExportToExcel Data Tool (in the main CellProfiler window) on a CellProfiler output file. Note that Excel is limited to 256 columns and ~65,536 rows of data.
- MATLAB can be used to directly analyze the data in a CellProfiler output file.
- Any analysis or visualization tools that can query a database (such as R or python+pylab) can be used to analyze data that has been deposited into a MySQL database, using CellProfiler's ExportToDatabase module.
- SpotFire is able to import tab-delimited files of data, which can be generated by using the ExportToExcel Data Tool (in the main CellProfiler window) on a CellProfiler output file (for small data sets) or can be generated from data that has been deposited into a MySQL database, using CellProfiler's ExportToDatabase module (for large data sets).
- Tools to produce CellProfiler Analyst-compatible data:
- CellProfiler Analyst can be used with any database of image-based screening data that follows a simple format: One image table with rows of images and columns of data and one object table with rows of objects (e.g., cells) and columns of data. It is compatible only with MySQL. Classifier 2.0 also reads MySQL databases as well as SQLite and CSV files output by ExportToDatabase. See the Classifier README for me details on the database schema.
I’m an image processing expert. Why should I use CellProfiler for development?
You can take advantage of the existing base of modules for the mundane parts of image processing and focus on developing your own algorithms or complex sequences of modules. When you have developed a solution, you can contribute the code to the open-source CellProfiler project, which saves you from writing your own GUI, compiling for multiple platformsd, and answering basic questions from the public (like installation troubleshooting and basic usage). Your method will be widely available and in a format that biologists can actually use.
CellProfiler is written in Python, using Scipy and Numpy to implement most of its algorithms. Concerned about speed? You can also wrap C or Java code in Python, or use the Cython extension.
Check out our Developer Wiki for more information.
I'm an image processing expert. Can I use CellProfiler modules as part of a larger software package?
Sure! As long as you comply with the open-source license, you can use pieces of the source code in your own software. For more information about CellProfiler development, check out our Developer Wiki.
What happened to the CellVisualizer software project?
It was renamed CellProfiler Analyst.
I'm not a programmer. How much programming do I need to know?
No programming experience is required to use either CellProfiler or CellProfiler Analyst. CellProfiler Analyst can read data from CSV files or MySQL databases; the latter might require some assistance from your IT department to set up, but it's optional.
I don't have MySQL, can I use Microsoft Access?
You can also use Microsoft Access if you have fewer than 65,536 rows per table (but each object in your analysis is a row), by exporting the data as a CSV file using CellProfiler's ExportToExcel module or data tool. Then, you can create various tables in Access, and use another program (such as Excel) to analyze your data.
I have only a few images, should I use CellProfiler?
Using CellProfiler lets you extract quantitative information from your images, even if you only have a small number of them. However, CellProfiler is designed to run on large image sets; there is more of a payoff for large sets because the setup time for an analysis is roughly the same whether you have 5 images or 500,000.
I have a small image set (20 images), should I use CellProfiler Analyst?
For simple analyses of small image sets (creating plots or sorting data by one particular measurement), it's probably more convenient to use the built-in CellProfiler data tools or a spreadsheet program like Excel after exporting your data with CellProfiler's ExportToExcel module or data tool. CellProfiler Analyst is more useful for large data sets or sophisticated analyses; it has several built in features that will help you create histograms, scatterplots, classify your data by a particular phenotype, and score your classified results. CellProfiler Analyst is a great tool for data exploration, especially if you need a simple-to-use program to help you view your data in several formats.
Can I collaborate with you on a project?
Like most academic research groups, we must be very selective about choosing research projects. We collaborate with academic and commercial laboratories to solve challenging image analysis problems, especially in high content screening, and in some cases we can provide help for an hourly fee. Learn more and contact us via the Imaging Platform website to explore a collaboration.
How can I show my enthusiasm for the CellProfiler project and simultaneously help a good cause?
Go here: The CellProfiler Shop
What if I have more questions?
We suggest you visit the CellProfiler forum.


