Skip to content

Commit

Permalink
[Hot Fix] README figure wonk (#295)
Browse files Browse the repository at this point in the history
* close #294

* close #198

* Update README.md

Co-authored-by: Dave Bunten <[email protected]>

* Update README.md

Co-authored-by: Dave Bunten <[email protected]>

* add alt description

* remove comma

---------

Co-authored-by: Dave Bunten <[email protected]>
  • Loading branch information
gwaybio and d33bs authored Jun 23, 2023
1 parent 2555877 commit 7320516
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
Pycytominer is a suite of common functions used to process high dimensional readouts from high-throughput cell experiments.
The tool is most often used for processing data through the following pipeline:

<img height="500" src="https://github.com/cytomining/pycytominer/blob/master/media/pipeline.png?raw=true">
[Click here for high resolution image](https://github.com/cytomining/pycytominer/blob/master/media/pipeline.png)
<img height="325" alt="Description of the pycytominer pipeline. Images flow from feature extraction and are processed with a series of steps" src="https://github.com/cytomining/pycytominer/blob/master/media/pipeline.png?raw=true">

[Click here for high resolution pipeline image](https://github.com/cytomining/pycytominer/blob/master/media/pipeline.png)

Image data flow from a microscope to cell segmentation and feature extraction tools (e.g. CellProfiler or DeepProfiler).
From here, additional single cell processing tools curate the single cell readouts into a form manageable for pycytominer input.
Expand Down Expand Up @@ -113,6 +114,9 @@ Therefore, we have included some custom tools in `pycytominer/cyto_utils` that p
- [Cell locations lookup table generation](#Creating-a-cell-locations-lookup-table)
- [Generating gct files for Morpheus visualization](#Generating-a-GCT-file-for-morpheus)

Note, [`pycytominer.cyto_utils.cells.SingleCells()`](pycytominer/cyto_utils/cells.py) contains code to interact with single-cell SQLite files, which are output from CellProfiler.
Processing capabilities for SQLite files depends on SQLite file size and your available computational resources (for ex. memory and cores).

### CellProfiler CSV collation

If running your images on a cluster, unless you have a MySQL or similar large database set up then you will likely end up with lots of different folders from the different cluster runs (often one per well or one per site), each one containing an `Image.csv`, `Nuclei.csv`, etc.
Expand Down

0 comments on commit 7320516

Please sign in to comment.