mkanai / fujiplot

:mount_fuji: Fuji plot—a circos representation of multiple GWAS results— :mount_fuji:
https://www.nature.com/articles/s41588-018-0047-6
GNU General Public License v3.0
77 stars 19 forks source link

colour gene label by novelty #11

Closed rimamust closed 6 months ago

rimamust commented 6 months ago

Hi,

Is there a quick way to change the label color by its novelty (known vs novel)?

Thanks Rima

mkanai commented 6 months ago

Hi Rima,

You can tweak an intermediate file data_tracks/label.txt and add the fifth column with color=<custom_color_name>. You can modify a custom color name by modifying config/color.conf.

These intermediate files are automatically deleted by default. Please comment out this line to keep them. https://github.com/mkanai/fujiplot/blob/master/fujiplot.R#L197-L207