ExampleDataset

class ExampleDataset(base_url='https://raw.githubusercontent.com/benedekrozemberczki/datasets/master/tigerlily_example_data/')[source]

Bases: object

Class to read the DrugBank DDI Dataset Integrated with BioSNAP.

Methods Summary

read_edges()

Read the edges.

read_pagerank()

Read the precomputed PageRank scores for the graph.

read_target()

Read the target.

Methods Documentation

read_edges()[source]

Read the edges.

Returns

The protein-drug graph edges dataframe.

read_pagerank()[source]

Read the precomputed PageRank scores for the graph.

Returns

The PageRank scores.

read_target()[source]

Read the target.

Returns

The drug interaction target dataframe.