rnalysis.filtering.CountFilter.save_parquet

CountFilter.save_parquet(alt_filename: Union[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’