Description Usage Arguments Value Examples
View source: R/plotNetworkHive.R
This function visualizes the GRN as a hive plot
1 | plotNetworkHive(dataGRN, namesGenes, thres, additionalFilename = NULL)
|
dataGRN |
output GRN function |
namesGenes |
list TSG and OCG to define axes |
thres |
threshold of edges to be included |
additionalFilename |
additionalFilename |
no results Hive plot is executed
1 2 3 | data(knownDriverGenes)
data(dataGRN)
plotNetworkHive(dataGRN = dataGRN, namesGenes = knownDriverGenes, thres = 0.55)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.