circleplot {StarBioTrek} | R Documentation |
circleplot function takes as input data derived by the function plotcrosstalk and plOt a circle plot.
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
formatplot<-plotcrosstalk(pathway_plot=pathway[1:6],gs_expre=tumo) score<-runif(length(formatplot[[2]]), min=-10, max=+10) circleplot(preplot=formatplot,scoregene=score)