parse.corum: Parsing protein complex information from CORUM.

Description Usage Arguments Details Value References Examples

View source: R/parse_corum.R

Description

This function parse the dataset from CORUM (ver.3.0) to obtain protein membership to protein copmlexes.

Usage

1
parse.corum(organism = "Human")

Arguments

organism

Single character vector. Select from: "Human",Mouse","Pig","Bovine","Rat","Mammalia","Rabbit","Dog","Hamster" "MINK"

Details

The data is complied from CORUM The resulting output can be used for 'ref' object in netvis() function.

Value

list consists of:

References

Giurgiu, M. et al. (2019) CORUM: the comprehensive resource of mammalian protein complexes-2019. Nucleic Acids Res, 47(D1), D559–D563.

Examples

1
2
ref = parse.corum("Human")
names(ref)

ymatts/RoDiCE documentation built on Jan. 1, 2021, 1:45 p.m.