rnalysis.filtering.DESeqFilter.save_parquet
- DESeqFilter.save_parquet(alt_filename: None | str | Path = None)
Saves the current filtered data to a .parquet file.
- Parameters:
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’