bio2bel / complexportal

Nomenclature and definitions of protein complexes in BEL
MIT License
0 stars 0 forks source link
biological-expression-language protein-complexes proteins terminology

Bio2BEL Complex Portal

Download data from ftp://ftp.ebi.ac.uk/pub/databases/intact/complex/current/complextab/homo_sapiens.tsv

The first line contains the header of:

Goal 1: Generate BEL namespace file using bel_resources.write_namespace <https://github.com/cthoyt/bel-resources/blob/master/src/bel_resources/write_namespace.py>_.

Arguments to this function:

Goal 2: Create an instance of pybel.BELGraph <https://pybel.readthedocs.io/en/latest/datamodel.html#pybel.BELGraph>_ and populate it with links from complexes to their constituent entities (in Identifiers (and stoichiometry) of molecules in complex) using pybel.BELGraph.add_part_of <https://pybel.readthedocs.io/en/latest/datamodel.html#pybel.BELGraph.add_part_of>_.