PoisonAlien / maftools

Summarize, Analyze and Visualize MAF files from TCGA or in-house studies.
http://bioconductor.org/packages/release/bioc/html/maftools.html
MIT License
447 stars 220 forks source link

MafCompare ForestPlot Argument #587

Closed AMLove628 closed 4 years ago

AMLove628 commented 4 years ago

Dearest Poison Alien-

Sorry to bother again, but I'm trying to do a large MAF comparison and it's too crowded to read. I tried to adjust argument by using: forestPlot(mafCompareRes = LRIG1Compare, pVal = 0.05, width = 10, height = 12)

However, width, height, and show arguments aren't running, even if I c/p the example script: as such: forestPlot(mafCompareRes = LRIG1Compare, pVal = 0.05, show = pVal, color = NULL, width = 5, height = 6) It returns: unused arguments (show = pVal, width = 5, height = 6)

Session info Run sessionInfo() and post the output below

PoisonAlien commented 4 years ago

Hi, You seem to be using old version. Could you please update and try again. Also you can save your usingpdf or png - just like any other plot with base commands.