read_corum: Read complexes from the CORUM database

Description Usage Arguments Value

View source: R/read_corum.R

Description

Utility function to read complexes from the 'coreComplexes.txt' file distributed through the CORUM database into a two-column data frame, mapping each complex (column 1) to its subunits (column 2).

Usage

1
read_corum(filepath, identifiers = c("uniprot", "entrez", "gene_name"))

Arguments

filepath

path to the 'coreComplexes.txt' file

identifiers

the set of protein identifiers to parse from the file; one of 'uniprot', 'entrez', or 'gene_name'

Value

a data frame with protein complex names in column 1 and individual subunits in column 2


fosterlab/CFTK documentation built on Jan. 19, 2021, 10:31 p.m.