标签:
drugs_tartgets.csv是经过求和,分割后的源数据
drugs_targets_interaction_matrix是得到的邻接矩阵(行的排序在drugs中,列的排序在targets(drugs)中) (977*224)
to_matrix.py 用于将csv文件转为邻接矩阵格式
protein_complexes.csv为蛋白质复合物的源数据
protein_complexes_interaction_matrix是得到的邻接矩阵 (行的排序在complexes中,列的排序在targets(complexes)中) (2867*4305)
标签:
原文地址:http://www.cnblogs.com/waynelin/p/5977433.html