A function to create the bipartite graph incidence matrix from
一个函数来创建二部图的关联矩阵
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes the output from the getMipsInfo function and creates the bipartite graph incidence matrix where the rows are indexed by proteins and colunms by protein complexes (given by the MIPS ID's).
此功能getMipsInfo函数的输出,并创造了二分图的关联矩阵,其中的行是由蛋白质和蛋白质复合物的colunms(MIPS ID的)索引。
用法----------Usage----------
createMipsMatrix(mipsL)
参数----------Arguments----------
参数:mipsL
A list consisting of the two items: mipsL$Mips is a named list of character vectors. The names correspond to MIPS protein complexes and the character vector correspond to the proteins within that complex; and mipsL$DESC is a named character vector where the names are the protein complex MIPS ID and the values is the description of the complex.
两个项目组成:mipsL $ Mips的列表是一个特征向量的命名列表。名称对应到MIPS的蛋白质复合物和对应的特征向量内,复杂的蛋白质; $倒序mipsL是一个命名的特征向量的名称的蛋白复合物MIPS ID和值是复杂的描述。
值----------Value----------
A bipartite graph incidence matrix of the MIPS protein complexes where rows are indexed by proteins names and colunms by the MIPS ID's pre-fixed with "MIPS-".
一个二分图的MIPS蛋白质复合物蛋白质的名称和MIPS ID的前固定:“MIPS”colunms索引行的关联矩阵。