readfcs.view

readfcs.view(filepath, data_set=None)

Read in file content without preprocessing for debugging.

Parameters:
  • filepath (str | Path) – str or Path location of fcs file to parse

  • data_set (int | None, default: None) – int or None. Default is None 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