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 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