Description Usage Arguments Value Author(s) Examples
View source: R/createGOMatrix.R
This function takes the output from the getGOInfo
function and
creates the bipartite graph (BG) incidence matrix from the output.
1 | 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
1 2 | #cMembers = getGOInfo(wantAllComplexes = FALSE)
#createGOMatrix(cMembers)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.