rnalysis.filtering.DESeqFilter.save_table๏
- DESeqFilter.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โ