asntech / intervene

Intervene: a tool for intersection and visualization of multiple genomic region and gene sets
http://intervene.rtfd.io/
Other
132 stars 28 forks source link

label size modification #64

Closed asylvz closed 1 month ago

asylvz commented 1 month ago

Thank you for the great tool.

I want to increase the mblabel, sxlabel and intersection size label fonts; is this possible in the command line? I can do this from the shiny app, however, I cannot change the text of "Intersection size" and "Set size" there or upload mine with the plot.

Arda

asntech commented 1 month ago

@asylvz thanks for your interest and glad you liked the tool.

It is possible to do it also from the CLI. You can set the --mblabel and --sxlabel arguments.

For example:

intervene upset -i path/to/BED/files/*.bed --mblabel "Your custom label" --sxlabel "Your custom label"

Hope this helps!

Aziz

asylvz commented 1 month ago

Thank you for your quick response @asntech. I mean I can do it from the command line, but I cannot increase the font size; on the other hand, if I use the shiny app, I can increase the font size, but I cannot change the label.

However, I solved it by modifying the R script and running from there; now it's fine.

Best