Skip to content

Commit fa971ff

Browse files
committed
update
1 parent 159cda5 commit fa971ff

1 file changed

Lines changed: 9 additions & 5 deletions

File tree

docs/examples/studies/sec_results.py

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
1-
#install and import FlowCyPy
2-
import FlowCyPy
3-
print(f'Active FlowCyPy Version {FlowCyPy.__version__}')
1+
"""
2+
Example with SEC columns
3+
========================
44
5-
# Other imports
5+
This example demonstrates how to simulate flow cytometry data for extracellular vesicles (EVs) and lipoproteins (LPs) under different Size Exclusion Chromatography (SEC) scenarios. The simulation includes the generation of scatterer populations, opto-electronic configurations, and digital processing to analyze the resulting data.
6+
7+
"""
68
import numpy as np
79
import pandas as pd
8-
from typing import Optional, Any
10+
from typing import Optional
911
from TypedUnit import ureg, AnyUnit
1012
import seaborn as sns
1113
import matplotlib.pyplot as plt
1214
from MPSPlots.styles import scientific
15+
16+
1317
from FlowCyPy import fluidics
1418
from FlowCyPy import opto_electronics
1519
from FlowCyPy import digital_processing

0 commit comments

Comments
 (0)