Description Usage Arguments Value Author(s) Examples
A sample way to plot sample information and genomic data with default settings. This method is mainly for demo purpose. In most cases, users need make changes based on this display, specifically the igraph layout.
1 2 | plotBioNetCircos(dataSet, graph=NULL, heatmapMax=NULL, heatmapMin=NULL,
heatmapColor="BlueWhiteRed")
|
dataSet |
an object returned from method of getESet() that contains all data for plot |
graph |
an igraph object generated with one plot dataset, e.g, gene expression value |
heatmapColor |
character vector, one of "BlueWhiteRed", "GreenWhiteRed", "GreenYellowRed", "GreenBlackRed", "YellowToRed", and "Black". |
heatmapMax |
numeric, maximum value for heatmap plot, set to NULL to use the biggest value in input data set. |
heatmapMin |
numeric, minimum value for heatmap plot, set to NULL to use the smallest value in input data set. |
None
Henry Zhang
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.