Description Usage Arguments Value Examples
PlotNetwork
PlotNetwork This function is to plot the network for selected biclusters to show the genes (or cells) overlapping relations.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | PlotNetwork(object, ...)
.plotnetwork(
object,
edge.by = "gene",
lay.out = "linear",
N.bicluster = c(1:20)
)
## S4 method for signature 'IRISFGM'
PlotNetwork(
object,
edge.by = "gene",
lay.out = "linear",
N.bicluster = c(1:20)
)
|
object |
Input IRIS-FGM object. |
... |
other arguments passed to methods |
edge.by |
Should be "cell" or by "gene," indicating nodes label. The default value is by "gene." |
lay.out |
Should be one type of layouts to show nodes' arrangement, including 'linear'(default), 'star', 'circle', 'gem', 'dh', 'graphopt', 'grid', 'mds', 'randomly', 'fr', 'kk', 'drl', 'lgl'. |
N.bicluster |
Should be two integers indicating the number of two biclusters. |
It will generate a global network regarding overlapping genes or cells.
1 | ## Not run: object <- PlotNetwork(object,edge.by = 'gene',N.bicluster =c(1:20) )
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.