tjhwangxiong / TCGAplot

A number of functions were generated to perform pan-cancer DEG analysis, correlation analysis between gene expression and TMB, MSI, TIME, and promoter methylation. Methods for visualization were provided in order to easily perform integrative pan-cancer multi-omics analysis.
Other
82 stars 16 forks source link

the ticks of radar chart are not equal interval #13

Closed srplot closed 1 month ago

srplot commented 7 months ago

as shown in the radar chart, the ticks are not equally distributed. gene_TMB_radar ticks interveal from 0.1, 0.2, 0.2, to 0.1 (from outer to inner). maybe all 0.1 is better.

tjhwangxiong commented 1 month ago

caxislabels = c(round(res["Min",1],1), round(res["Min",1]+0.25(res["Max",1]-res["Min",1]),1), round(res["Min",1]+0.5(res["Max",1]-res["Min",1]),1), round(res["Min",1]+0.75*(res["Max",1]-res["Min",1]),1), round(res["Max",1],1)))