readfcs.view#

readfcs.view(filepath, data_set=0)#

Read in file content without preprocessing for debugging.

Parameters:
  • filepath (Union[str, Path]) – str or Path location of fcs file to parse

  • data_set (int, default: 0) – int Index of retrieved data set in the fcs file.

Returns:

a tuple of (data, metadata) - data is a DataFrame - metadata is a dictionary

See fcsparser.parse: eyurtsev/fcsparser