flowsom.tl.get_channels

Contents

flowsom.tl.get_channels#

flowsom.tl.get_channels(obj, markers, exact=True)#

Gets the channels of the provided markers based on a FlowSOM object or an FCS file.

Parameters:
  • obj (FlowSOM / AnnData) – A FlowSOM object or a FCS AnnData object

  • markers (ndarray) – An array of markers

  • exact (boolean) – If True, a strict search is performed. If False, regexps can be used.