A function to create the bipartite graph (BG) incidence matrix
一个函数来创建的二分图(BG)的关联矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes the output from the getGOInfo function and creates the bipartite graph (BG) incidence matrix from the output.
此功能,getGOInfo函数的输出,并创建从输出二分图(BG)的关联矩阵。
用法----------Usage----------
createGOMatrix(cMembers)
参数----------Arguments----------
参数:cMembers
A named list consisting of vectors. Each list item is named by a protein complex GO ID and points to a character vector where each character vector consists of the proteins composing of that protein complex.
命名的向量组成的列表。每个列表项名为蛋白复合物的GO ID和向量的蛋白质,蛋白质复合体的组成,其中每个字符组成一个特征向量。
值----------Value----------
A bipartite graph matrix of the corresponding GO protein complexes where the rows are indexed by the protein names and the colunms by GO ID's.
一个好相应的蛋白质,其中的行是由蛋白质的好ID的名称和colunms索引的复合物的二分图矩阵。