flowsom.tl.get_markers

Contents

flowsom.tl.get_markers#

flowsom.tl.get_markers(obj, channels, exact=True)#

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

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

  • channels (np.array) – An array of channels

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