Description Usage Arguments Details Value Author(s) References Examples
View source: R/createGODataFrame.R
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 | createGODataFrame(cMembers, goMat)
|
cMembers |
Named list with GO ID's as names and character vector consisting of proteins of the respective complex |
goMat |
Bipartite Graph Incidence Matrix |
This function takes the output parameters of
createGOMatrix
and getGOInfo
and creates
the bipartite graph incidence matrix.
Dataframe:
names |
The names of the GO Complexes |
ID |
The GO IDs' of the complexes |
description |
The description give by GO |
Tony Chiang
www.geneontology.org
1 2 3 | #go = getGOInfo(wantAllComplexes = FALSE)
#goM = createGOMatrix(go)
#createGODF(go, goM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.