TCGAbiolinks icon indicating copy to clipboard operation
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

Open mherberg opened this issue 4 years ago • 0 comments

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

mherberg avatar Jul 20 '20 15:07 mherberg