pypath.inputs.diseases.diseases_general§

pypath.inputs.diseases.diseases_general(data_origin: Literal['textmining', 'knowledge', 'experiments'], filtered: bool = False, return_df: bool = False) Generator[tuple] | pd.DataFrame[source]§

Retrieve a dataset from the DISEASES database from Jensen Lab.

Warning: The “textmining” datasets are enormous!

Parameters:
  • data_origin – The data collection method.

  • filtered – Download the filtered dataset instead of the full.

  • return_df – Return a pandas data frame.