View source: R/plotNetworkHive.R
plotNetworkHive | R Documentation |
This function visualizes the GRN as a hive plot
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
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.