Entering edit mode
pgreylin
•
0
@pgreylin-9908
Last seen 8.7 years ago
Hello all,
I am trying to run the TCGAvisualize_EAbarplot function, but instead of producing the expected charts it produced nothing, specifically it runs the function, then after the last step says null device. Any ideas why it didn't run and just produced the null device message? Please help, my friend and I's project depends on it. thank you!
This is the exact message it produces:
TCGAvisualize_EAbarplot(tf = rownames(ansEA$ResBP),
+ GOBPTab = ansEA$ResBP,
+ GOCCTab = ansEA$ResCC,
+ GOMFTab = ansEA$ResMF,
+ PathTab = ansEA$ResPat,
+ nRGTab = rownames(dataDEGs),
+ nBar = 20)
null device
1
Hi,
I am facing the same problem. Did you fix it? If yes, can you please share how?