Description Usage Arguments Details Value References Examples
View source: R/displayComponent.R
displayComponent
given an index, display that component in the list of
component
1 | displayComponent(proteinPeptideGraph, displayingComponent)
|
proteinPeptideGraph |
the return from |
displayingComponent |
an integer representing the index of the component that the user want to display |
It take the return of generateBipartiteGraph
and an integer, and
decompose the graph and uses indexing to select the graph object to display.
What is display is a weakly connected component of the overall graph, the
biological meaning is that only these vertices are relevant to the inference
of any protein in this component.
it returns the component that is displayed
Csardi G, Nepusz T (2006). The igraph software package for complex network research. InterJournal, Complex Systems, 1695. https://igraph.org.
1 2 | wholeGraph <- generateBipartiteGraph(allEdges)
displayComponent(wholeGraph, 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.