download_from_geo

pylluminator.utils.download_from_geo(gsm_ids_to_download: str | list[str], target_directory: str | PathLike | MultiplexedPath) None

Download idat files from GEO (Gene Expression Omnibus) given one or several GSM ids.

Parameters:
  • gsm_ids_to_download (str | list[str]) – GSM IDs to download

  • target_directory (str | os.PathLike | MultiplexedPath) – where the downloaded files will be saved

Returns:

None