FlowCytometryTools.FCPlate.counts

FCPlate.counts(ids=None, setdata=False, output_format='DataFrame')[source]

Return the counts in each of the specified measurements.

Parameters:
  • ids ([hashable | iterable of hashables | None]) – Keys of measurements to get counts of. If None is given get counts of all measurements.
  • setdata (bool) – Whether to set the data in the Measurement object. Used only if data is not already set.
  • output_format (DataFrame | dict) – Specifies the output format for that data.
Returns:

Dictionary keys correspond to measurement keys.

Return type:

[DataFrame | Dictionary]