Skip to content

Commit fafa8a5

Browse files
committed
update docs index content
1 parent af504be commit fafa8a5

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

docs/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ div.body li {
22
line-height: 1.5em;
33
}
44

5+
#features p, #features li {
6+
line-height: 1.4em;
7+
}
8+
59
dl.method {
610
margin-top: 27px;
711
margin-left: 17px;

docs/index.rst

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,15 @@ Features
3131
--------
3232

3333
* Read FCS files, including versions 2.0, 3.0, and 3.1
34-
* Export FCS data as a new FCS 3.1 file, NumPy array, Pandas DataFrame, or CSV
34+
* Export FCS data as a new FCS 3.1 file, NumPy array, pandas DataFrame, or CSV
3535
* Compensation of FCS events
3636
* Automatically create compensation matrix from compensation bead files
37-
* Tranform FCS events in a variety of transforms used in the flow community (including logicle)
37+
* Transform FCS events in a variety of transforms used in the flow community (including logicle & FlowJo 10 biexponential)
3838
* Full support for the GatingML 2.0 specification
3939
* Limited support for importing FlowJo 10 workspace files. Workspace files are currently limited to the following features:
40-
* Linear, logarithmic, and logicle transforms
41-
* Polygon and rectangle gates
42-
40+
* Linear, logarithmic, bi-exponential, and logicle transforms
41+
* Polygon, rectangle, ellipse, and quadrant gates
42+
* Export a Session's sample group analysis as a FlowJo 10 workspace file
4343
* Programmatically create gating strategies including polygon, rectangle, range, ellipsoid, quadrant, and boolean gates
44-
* Easily retrieve gating results from a gating strategy as a Pandas DataFrame.
45-
* Optional, automatic filtering of negative scatter events and/or anomalous events
46-
* Visualize FCS data as histograms, contour plots, and interactive scatter plots
47-
44+
* Retrieve gating results as a pandas DataFrame
45+
* Visualize FCM data as histograms, contour plots, and interactive scatter plots

0 commit comments

Comments
 (0)