rnalysis.filtering.CountFilter.save_table

CountFilter.save_table(suffix: Literal['.csv', '.tsv', '.parquet'] = '.csv', alt_filename: Union[None, str, Path] = None)

Save the current filtered data table.

Parameters
  • suffix ('.csv', '.tsv', or '.parquet' (default='.csv')) – the file suffix

  • alt_filename (str, pathlib.Path, or None (default)) – If None, file name will be generated automatically according to the filtering methods used. If it’s a string, it will be used as the name of the saved file. Example input: ‘myfilename’