A function that creates a data frame from the MIPS Data
函数创建一个数据框从MIPS数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes two parameters: (1) a named vector that has a description of the MIPS protein complexes (this vector is one of the two outputs from getMipsInfo referenced by DESC); (2) the matrix representation of the bipartite graph. The output of the function is a dataframe with three columns: the names of the complexes in the matrix; the ID of the corresponding complex; the description of the corresponding complex.
这个函数有两个参数:(1)一个名为向量,有一个MIPS蛋白质复合物的描述(这个向量是两个输出之一getMipsInfo引用倒序);(2)二部的矩阵表示图。该函数的输出是一个三列dataframe:在基体复合物的名称;相应的复杂的ID;相应的复杂的描述。
用法----------Usage----------
createMipsDataFrame(desc, mips)
参数----------Arguments----------
参数:desc
A named character vector (where the name is the MIPS ID for each protein complex obtained by getMipsInfo) whose entries describe the corrsponding protein complex.
命名的特征向量(其中名称是MIPS的编号为获得每个蛋白质复合体getMipsInfo),其参赛作品描述的corrsponding的蛋白复合物。
参数:mips
The matrix representation of the protein complex membership graph for the MIPS protein complexes
MIPS蛋白质复合物的蛋白质复杂籍图的矩阵表示
值----------Value----------
The return value is a data frame with three coluumns: the names column records the names of the protein complexes as indexed in the incidence matrix; the ID column records the MIPS ID that corresponds to each protein complex; the Desc column describes each of the protein complexes.
返回值是一个有三个coluumns的数据框:名称栏记录发病矩阵索引的蛋白质复合物的名称,ID列记录的MIPS ID对应到每一个蛋白复合物; Desc列说明每个蛋白质物。