networkcommons.data.omics.decryptm_experiment

networkcommons.data.omics.decryptm_experiment(experiment, data_type='Phosphoproteome')

Tables from one DecrptM experiment of one omics modality.

Parameters:
  • experiment (str) – Name of the experiment. For a complete list see decryptm_datasets().

  • data_type (str) – Omics modality of the data. For the available modalities in each experiment, see decryptm_datasets().

Return type:

list[DataFrame]

Returns:

All tables in the seleted dataset as a list of pandas data frames.