A function to create a Dataframe from the GO protein complexes
一个函数来创建从GO的蛋白质复合物1 Dataframe
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes a named list (the names are the GO ID's representing some protein complex and the list elements are character vectors consisting of the members of each particular complex) and an Bipartite Graph Incidence Matrix and creates a dataframe with three columns: complex name, GO ID, and complex description.
此功能需要1命名的名单(名称的好编号是代表某些蛋白质复杂和列表元素的字符向量每一个特别复杂的成员组成)和1偶图的发病率矩阵和创建三列1 dataframe:复杂的名字, ID和复杂的描述。
用法----------Usage----------
createGODataFrame(cMembers, goMat)
参数----------Arguments----------
参数:cMembers
Named list with GO ID's as names and character vector consisting of proteins of the respective complex
带好身份证的姓名和各自复杂的蛋白质组成的特征向量命名名单
参数:goMat
Bipartite Graph Incidence Matrix
偶图的关联矩阵
Details
详情----------Details----------
This function takes the output parameters of createGOMatrix and getGOInfo and creates the bipartite graph incidence matrix.
此功能需要createGOMatrix和getGOInfo输出参数,并创造了二分图的关联矩阵。