Skip to content

Commit

Permalink
add project title definition (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
d33bs authored Jan 4, 2024
1 parent 9781519 commit b54c0a4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@ CytoTable enables single-cell morphology data analysis by cleaning and transform
CytoTable creates parquet files for both independent analysis and for input into [Pycytominer](https://github.com/cytomining/pycytominer).
The Parquet files will have a unified and documented data model, including referenceable schema where appropriate (for validation within Pycytominer or other projects).

The name for the project is inspired from:

- __Cyto__: "1. (biology) cell." ([Wiktionary: Cyto-](https://en.wiktionary.org/wiki/cyto-))
- __Table__:
- "1. Furniture with a top surface to accommodate a variety of uses."
- "3.1. A matrix or grid of data arranged in rows and columns." <br> ([Wiktionary: Table](https://en.wiktionary.org/wiki/table))

## Installation

Install CytoTable from [PyPI](https://pypi.org/) or from source:
Expand Down

0 comments on commit b54c0a4

Please sign in to comment.