Skip to content

Commit 777af0e

Browse files
committed
update README
1 parent e19f200 commit 777af0e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,10 @@
1717
FlowIO is a Python library for reading and writing Flow Cytometry Standard (FCS)
1818
files, with minimal dependencies and is compatible with Python 3.9+. It is intended
1919
as a lightweight library, suitable for parsing FCS data sets (e.g. as a web server
20-
backend, for simple metadata extraction, etc.). It is **highly recommended** that
21-
one be familiar with the various FCS file standards (2.0, 3.0, 3,1) before using
22-
FlowIO for downstream analysis. For higher level cytometry analysis, please see the
23-
related [FlowKit](https://github.com/whitews/FlowKit) library which offers a much
24-
wider set of analysis options such as compensation, transformation, and gating
25-
support (including support for importing FlowJo 10 workspaces).
20+
backend, for simple metadata extraction, etc.). For higher level cytometry analysis,
21+
please see the related [FlowKit](https://github.com/whitews/FlowKit) library which
22+
offers a much wider set of analysis options such as compensation, transformation,
23+
and gating support (including support for importing FlowJo 10 workspaces).
2624

2725
If you have any questions about FlowIO, find any bugs, or feel something is missing
2826
from the documentation [please submit an issue to the GitHub repository here](https://github.com/whitews/FlowIO/issues/new/).

0 commit comments

Comments
 (0)