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
452 stars 222 forks source link

Label on right Bar is always the same independent of the data added #1065

Open juferban opened 3 weeks ago

juferban commented 3 weeks ago

When adding my custom data to the rightBar and LeftBar of the onco plot, the left bar takes the title from the column in the data frame that is used to populated the data in the leftBar. In the rightBar it always use 'No. of samples' as the default title.

It would be good to have the same behaviour in the rightBar (use the column name when the rightBarData is provided by the user otherwise use the default 'No. of Samples'

PoisonAlien commented 2 weeks ago

Hi,

Thanks for the issue. I have fixed it. Please install from GitHub for the changes, and let me know if it helps.