Description Usage Arguments Value
Visualizes the expanded network, composed by seed proteins and connectors. LncRNA are added together with extra edges in order to report the genomic context. LncRNAs are linked to the proteins that are products of their genomic context.
1 2 3 4 5 6 7 8 9 10 11 | visualize_011(
lncgenes,
genomic_context,
ensp_to_ensg,
input_proteins,
network_seeds,
ppi_network,
expanded_elements,
mart,
mart_symbol_column = NULL
)
|
lncgenes |
a list of lncRNA genes |
genomic_context |
the genomc context of the lncRNAs (see |
ensp_to_ensg |
a two column data.frame for mapping proteins to their producer genes (see also |
input_proteins |
the complete list of input proteins,that are of interest for the study |
network_seeds |
the lsit of seed protieins |
ppi_network |
a two column data.frame representing PPI network edges (see also |
expanded_elements |
the list of proteins that must be visualized |
mart |
a biomaRt ojbect used to visualize symbols instead of Ensembl IDs |
mart_symbol_column |
column of the biomaRt ojbect fomr wich symbols are retrieved |
visualizes the network in the Viewer window
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.