networkcommons.data.omics.decryptm_table

networkcommons.data.omics.decryptm_table(experiment, data_type, fname)

One table of omics data from DecryptM.

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().

  • fname (str) – Name of the table in the experiment.

Return type:

DataFrame

Returns:

The table as a pandas data frame.