corum2list | R Documentation |
Functionality for storing CORUM protein complex data in a
list
.
corum2list(corum.df, subunit.id.type = c("UNIPROT", "ENTREZID"))
corum.df |
A |
subunit.id.type |
character. Supported options include |
A list
with an entry for each complex. Each entry is a
character vector of subunit IDs.
CORUM: http://mips.helmholtz-muenchen.de/corum/#download
# (1) Obtain the core set of CORUM complexes ...
core <- getCorum(set = "core")
# (2) ... turn into a list
core.list <- corum2list(core)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.