Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed May 17, 2023
1 parent 5713e9d commit 4214be8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
## Overview

FlowIO is a Python library for reading / writing Flow Cytometry Standard (FCS)
files and has zero external dependencies. FlowIO is compatible with Python 3.7+ (FlowIO v0.9.9 was the last release supporting Python 2).
files, with zero external dependencies and is compatible with Python 3.7+.

FlowIO retrieves event data exactly as it is encoded in the FCS file: as a
1-dimensional list without separating the events into channels or performing any preprocessing (e.g. applying gain). However, all the metadata
1-dimensional list without separating the events into channels or performing any preprocessing (e.g. applying gain). Metadata
stored in the FCS file is available as a dictionary via the 'text' attribute. Basic attributes
are also available for commonly accessed properties. For example, the channel count
can be used to easily convert the event data to a multi-column NumPy array:
Expand Down

0 comments on commit 4214be8

Please sign in to comment.