pytometry.read_write.read_fcs#

pytometry.read_write.read_fcs(path, reindex=True)#

Read FCS file and convert into AnnData format.

Parameters
  • path – str or Path location of fcs file to parse

  • reindex – boolean use the marker info to reindex variable names defaults to True

Return type

AnnData

Returns

an AnnData object of the fcs file