GGI
- class GGI(root: str | Path, download: bool | None = False, train_ratio: float | None = 0.2, dtype: dtype = torch.float32, seed: int | None = 0)[source]
Bases:
DatasetA pair of networks synthesized from the human gene-gene interaction (PPI) network from IsoBase. Nodes represent human genes and edges represent gene-gene interactions. The two networks are noisy permutations of the original network generated by randomly inserting 10% edges (GGI1) and deleting 15% edges (GGI2) from the original network, respectively. There are in total 10,403 common nodes across two networks.
Graph
#nodes
#edges
#node attrs
#edge attrs
GGI1
10,403
130,868
0
0
GGI2
10,403
100,603
0
0