Description Usage Arguments Value Author(s) References Examples
View source: R/createMipsMatrix.R
This function takes the output from the getMipsInfo
function
and creates the bipartite graph incidence matrix where the rows are
indexed by proteins and colunms by protein complexes (given by the
MIPS ID's).
1 | createMipsMatrix(mipsL)
|
mipsL |
A list consisting of the two items: mipsL$Mips is a named list of character vectors. The names correspond to MIPS protein complexes and the character vector correspond to the proteins within that complex; and mipsL$DESC is a named character vector where the names are the protein complex MIPS ID and the values is the description of the complex. |
A bipartite graph incidence matrix of the MIPS protein complexes where rows are indexed by proteins names and colunms by the MIPS ID's pre-fixed with "MIPS-".
Tony Chiang
mips.gfs.de
1 2 | #mips= getMipsInfo(wantSubComplexes = FALSE)
#mipsM = createMipsMatrix(mips)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.