readfcs.view¶
- readfcs.view(filepath, data_set=0)¶
Read in file content without preprocessing for debugging.
- Parameters:
filepath (
str|Path) – str or Path location of fcs file to parsedata_set (
int, default:0) – int. Default is 0. Index of retrieved data set in the fcs file.
- Return type:
tuple- Returns:
a tuple of (data, metadata) - data is a DataFrame - metadata is a dictionary
- See
flowio.FlowData: https://flowio.readthedocs.io/en/latest/api.html#flowio.FlowData