createGOMatrix {ScISI} | R Documentation |
This function takes the output from the getGOInfo
function and
creates the bipartite graph (BG) incidence matrix from the output.
createGOMatrix(cMembers)
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. |
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.
Tony Chiang
cMembers = getGOInfo(wantAllComplexes = FALSE) createGOMatrix(cMembers)