mieaa.API.save_enrichment_results

API.save_enrichment_results(save_file: Union[str, IO], file_type: str = 'csv', check_progress_interval: float = 5.0) → str

Save results in specified format

Parameters:
  • save_file (str or file-like) – File to save results in
  • file_type (str, default='csv') – Type of file to write results to. Options are json or csv
  • check_progress_interval (float, default=5) – How many seconds to wait between checking if results have been computed