Description Usage Arguments Value
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).
1 | read_corum(filepath, identifiers = c("uniprot", "entrez", "gene_name"))
|
filepath |
path to the 'coreComplexes.txt' file |
identifiers |
the set of protein identifiers to parse from the file;
one of |
a data frame with protein complex names in column 1 and individual subunits in column 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.