Description Usage Arguments Value
Expands with connectors the network formed by seed proteins, that are the producs fo the genes int he genomic context, by the expasion algorithm. Connectors are neighbors of selected proteins in the input PPI network.
1 2 3 4 5 6 7 | expand_seeds_bc_011(
genomic_context,
ppi_network,
ensp_to_ensg,
strict_proteins,
strict_connectors = TRUE
)
|
genomic_context |
a two column data.fram produced by |
ppi_network |
a two column data.frame representing PPI network edges (see also |
ensp_to_ensg |
a two column data.frame for mapping proteins to their producer genes (see also |
strict_proteins |
a list of proteins |
strict_connectors |
if |
a list
a list of connected components of the resultant expanded network. Each compoent is a list of proteins.
list of seed proteins that have succefully been mapped to the PPI network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.