rnalysis.filtering.CountFilter.save_table๏ƒ

CountFilter.save_table(suffix: Literal['.csv', '.tsv', '.parquet'] = '.csv', alt_filename: 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โ€™