This dataset can be loaded into python using the Huggingface datasets library. First, install the datasets library via command line:
$ pip install datasets
With datasets installed, the user should then import it into their python script / environment:
The user can then load the CF-MS_Homo_sapiens_PPI dataset using datasets.load_dataset(...). There are two configurations, or 'views' for the set. The user can choose between them via the name… See the full description on the dataset page:
https://huggingface.co/datasets/viridono/CF-MS_Homo_sapiens_PPI.