Description Usage Arguments Value Examples
circleplot function takes as input data derived by the function plotcrosstalk and plOt a circle plot.
1 | circleplot(preplot, scoregene)
|
preplot |
a list as obtained from the function plotcrosstalk |
scoregene |
a score for each gene with values included between -10 e +10 |
a list with correlation matrix and gene set for each gene
1 2 3 | formatplot<-plotcrosstalk(pathway_plot=pathway[1:6],gs_expre=tumo)
score<-runif(length(formatplot[[2]]), min=-10, max=+10)
circleplot(preplot=formatplot,scoregene=score)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.