TCGAbiolinks
TCGAbiolinks copied to clipboard
TCGAanalyze_EAbarplot: Error in mtext(mainLab, side = 3, line = -1, outer = TRUE, font = 2) : plot.new has not been called yet
I'm running a DEG example (essentially like the vignettes) and I get the following error code when trying to run TCGAvisualize_EAbarplot:
> TCGAvisualize_EAbarplot(tf = rownames(ansEA$ResBP),
+ GOBPTab = ansEA$ResBP,
+ GOCCTab = ansEA$ResCC,
+ GOMFTab = ansEA$ResMF,
+ PathTab = ansEA$ResPat,
+ nRGTab = rownames(dataDEGs),
+ nBar = 20)
Error in mtext(mainLab, side = 3, line = -1, outer = TRUE, font = 2) : plot.new has not been called yet