Open Simple53 opened 2 months ago
Hi, Unfortunately this is not implemented. The way I do it is that I use an external python script to convert gtf to bed12 and then I assign colors in the 9th field. The python script mimics the way pyGenomeTracks deal with gtf. It is available at https://github.com/lldelisle/tools-lldelisle/blob/master/tools/fromgtfTobed12/fromgtfTobed12.py Tell me if you need more help.
Thank you for the suggestions!
Hi, I would like to display different types of genes when using gtf file. Is there any aproach to display different types with different colors? In another word, that means anything like the
color=bed_rgb
in bed files. Thanks.