corum2list: Represent CORUM protein complex data as a simple list

View source: R/corum.R

corum2listR Documentation

Represent CORUM protein complex data as a simple list

Description

Functionality for storing CORUM protein complex data in a list.

Usage

corum2list(corum.df, subunit.id.type = c("UNIPROT", "ENTREZID"))

Arguments

corum.df

A data.frame storing the CORUM protein complex data. Typically obtained via getCorum.

subunit.id.type

character. Supported options include "UNIPROT" (default) and "ENTREZID".

Value

A list with an entry for each complex. Each entry is a character vector of subunit IDs.

References

CORUM: http://mips.helmholtz-muenchen.de/corum/#download

Examples

 # (1) Obtain the core set of CORUM complexes ...
 core <- getCorum(set = "core")
 
 # (2) ... turn into a list
 core.list <- corum2list(core)

ccb-hms/BioPlex documentation built on Aug. 5, 2023, 9:15 p.m.