torch_geometric.datasets.PPI
- class PPI(root: str, split: str = 'train', transform: Optional[Callable] = None, pre_transform: Optional[Callable] = None, pre_filter: Optional[Callable] = None, force_reload: bool = False)[source]
Bases:
InMemoryDataset来自“通过多层组织网络预测多细胞功能”论文的蛋白质-蛋白质相互作用网络,包含位置基因集、基序基因集和免疫学特征作为特征(总共50个)以及基因本体集作为标签(总共121个)。
- Parameters:
root (str) – Root directory where the dataset should be saved.
split (str, optional) – If
"train", loads the training dataset. If"val", loads the validation dataset. If"test", loads the test dataset. (default:"train")transform (callable, optional) – A function/transform that takes in an
torch_geometric.data.Dataobject and returns a transformed version. The data object will be transformed before every access. (default:None)pre_transform (callable, optional) – A function/transform that takes in an
torch_geometric.data.Dataobject and returns a transformed version. The data object will be transformed before being saved to disk. (default:None)pre_filter (callable, optional) – A function that takes in an
torch_geometric.data.Dataobject and returns a boolean value, indicating whether the data object should be included in the final dataset. (default:None)force_reload (bool, optional) – Whether to re-process the dataset. (default:
False)
统计:
#图表
#节点
#edges
#特性
#任务
20
~2,245.3
~61,318.4
50
121